1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Fix BUILD_DEPENDS

Reported by:	pointyhat
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-10-12 06:01:20 +00:00
parent 9de1a973df
commit ee13557e8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283419

View File

@ -66,7 +66,7 @@ LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
.endif
.if defined(WITH_F77)
BUILD_DEPENDS+= p5-F77>=0:${PORTSDIR}/lang/p5-F77
BUILD_DEPENDS+= p5-ExtUtils-F77>=0:${PORTSDIR}/lang/p5-F77
.endif
.if defined(WITH_FFTW)