diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-01 06:14:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-01 06:14:59 +0800 |
commit | ea75169b58ac21daeeb8fb1d50ac2432ce6dada2 (patch) | |
tree | 9ab4742a7b293d0e842f9fbb4a15e0ada0fd96c5 /security/pear-Horde_Secret | |
parent | b3551f8ed4426326a47164759b5baea2f29d80bd (diff) | |
download | freebsd-ports-gnome-ea75169b58ac21daeeb8fb1d50ac2432ce6dada2.tar.gz freebsd-ports-gnome-ea75169b58ac21daeeb8fb1d50ac2432ce6dada2.tar.zst freebsd-ports-gnome-ea75169b58ac21daeeb8fb1d50ac2432ce6dada2.zip |
Convert to USES=horde
Fix pear-Horde_core options
Use options helpers where possible
Diffstat (limited to 'security/pear-Horde_Secret')
-rw-r--r-- | security/pear-Horde_Secret/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/pear-Horde_Secret/Makefile b/security/pear-Horde_Secret/Makefile index 5a96d61e62de..a4b35ece549a 100644 --- a/security/pear-Horde_Secret/Makefile +++ b/security/pear-Horde_Secret/Makefile @@ -8,12 +8,11 @@ CATEGORIES= security www pear MAINTAINER= horde@FreeBSD.org COMMENT= Secret Encryption API +USES= horde USE_HORDE_RUN= Horde_Crypt_Blowfish \ Horde_Exception \ Horde_Support USE_PHP= hash -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |