diff options
Diffstat (limited to 'devel/p5-Inline-Java/Makefile')
-rw-r--r-- | devel/p5-Inline-Java/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-Inline-Java/Makefile b/devel/p5-Inline-Java/Makefile index 11a0a1b7fc8f..afc2e56a0e28 100644 --- a/devel/p5-Inline-Java/Makefile +++ b/devel/p5-Inline-Java/Makefile @@ -16,13 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Write Perl subroutines and classes in Java -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline +BUILD_DEPENDS= ${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes CONFIGURE_ARGS= </dev/null -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Inline::Java.3 .include <bsd.port.mk> |