- Update BUILD_DEPENDS

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-07 17:38:17 +00:00
parent 1eb1585640
commit 1794b84566
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285249
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A perl5 extension which makes available the pgplot library
BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:${PORTSDIR}/lang/p5-F77
BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:${PORTSDIR}/lang/p5-ExtUtils-F77
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
INSTALL_TARGET= pure_install

View file

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