diff options
author | az <az@FreeBSD.org> | 2012-06-29 18:29:24 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 18:29:24 +0800 |
commit | 35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42 (patch) | |
tree | 044fa8f6b91e90c86891d77526ebfb104b75c43e /net/p5-Growl-GNTP | |
parent | 796aa35a63f2855a90d34a33bf69e3c45f319bd2 (diff) | |
download | freebsd-ports-gnome-35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42.tar.gz freebsd-ports-gnome-35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42.tar.zst freebsd-ports-gnome-35ea2c79333dc1940f6fffa9f8cbc50a12eb2a42.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net/p5-Growl-GNTP')
-rw-r--r-- | net/p5-Growl-GNTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Growl-GNTP/Makefile b/net/p5-Growl-GNTP/Makefile index 5410b2916de8..aaf1af70b8f0 100644 --- a/net/p5-Growl-GNTP/Makefile +++ b/net/p5-Growl-GNTP/Makefile @@ -17,8 +17,8 @@ COMMENT= Perl implementation of the Growl GNTP Protocol (Client Part) LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Data/UUID.pm:${PORTSDIR}/devel/p5-Data-UUID \ - ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC +BUILD_DEPENDS= p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \ + p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |