diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 6d9d53de2b90787463359858181f9834006df53e (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /security/p5-Crypt-XTEA/Makefile | |
parent | 62db3fa63ab35a5866c4d2878dd50ff319f03aeb (diff) | |
download | FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.zip FreeBSD-ports-6d9d53de2b90787463359858181f9834006df53e.tar.gz |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'security/p5-Crypt-XTEA/Makefile')
-rw-r--r-- | security/p5-Crypt-XTEA/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-XTEA/Makefile b/security/p5-Crypt-XTEA/Makefile index ba3321a..f6ede53 100644 --- a/security/p5-Crypt-XTEA/Makefile +++ b/security/p5-Crypt-XTEA/Makefile @@ -13,9 +13,9 @@ COMMENT= Implementation of the eXtended Tiny Encryption Algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Scalar-Util-Numeric>=0.40:${PORTSDIR}/devel/p5-Scalar-Util-Numeric +BUILD_DEPENDS= p5-Scalar-Util-Numeric>=0.40:devel/p5-Scalar-Util-Numeric RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC +TEST_DEPENDS= p5-Crypt-CBC>=0:security/p5-Crypt-CBC USES= perl5 USE_PERL5= configure |