diff options
author | asami <asami@FreeBSD.org> | 1999-12-08 14:59:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-12-08 14:59:52 +0800 |
commit | 4ab973d1c8b9623b4d8221f2a6787677c3173e97 (patch) | |
tree | 87ef5aa51b5f34cfb508fa9f678395b8fa478c84 /graphics | |
parent | 4dba2c451ad23bcc217f0f92c31c54e6f287fbc6 (diff) | |
download | freebsd-ports-gnome-4ab973d1c8b9623b4d8221f2a6787677c3173e97.tar.gz freebsd-ports-gnome-4ab973d1c8b9623b4d8221f2a6787677c3173e97.tar.zst freebsd-ports-gnome-4ab973d1c8b9623b4d8221f2a6787677c3173e97.zip |
Add missing directory name for BUILD_DEPENDS -- it was killing
index generation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 3 | ||||
-rw-r--r-- | graphics/pgperl/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index 5c90dcc25d25..2fd3ed2ffefe 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -11,10 +11,11 @@ PKGNAME= pgperl-2.15 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT + MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 USE_PERL5= yes ALL_TARGET= dynamic diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile index 5c90dcc25d25..2fd3ed2ffefe 100644 --- a/graphics/pgperl/Makefile +++ b/graphics/pgperl/Makefile @@ -11,10 +11,11 @@ PKGNAME= pgperl-2.15 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT + MAINTAINER= jmz@FreeBSD.org LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 USE_PERL5= yes ALL_TARGET= dynamic |