diff options
Diffstat (limited to 'devel/p5-Glade-Perl/Makefile')
-rw-r--r-- | devel/p5-Glade-Perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Glade-Perl/Makefile b/devel/p5-Glade-Perl/Makefile index 18e2f12e124c..5010c961ca64 100644 --- a/devel/p5-Glade-Perl/Makefile +++ b/devel/p5-Glade-Perl/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= marcus@FreeBSD.org COMMENT= The Perl project building code for Glade -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ + ${SITE_PERL}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String RUN_DEPENDS= ${BUILD_DEPENDS} \ glade:${PORTSDIR}/devel/glade |