diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 22:14:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 22:14:59 +0000 |
commit | 1446608ec7d77c3b6208b159208122f133264296 (patch) | |
tree | 9ab4742a7b293d0e842f9fbb4a15e0ada0fd96c5 /security/pear-Horde_Crypt_Blowfish | |
parent | e5ae27c5a874f2bc0062bb654e88cefd61d84eca (diff) | |
download | ports-1446608ec7d77c3b6208b159208122f133264296.tar.gz ports-1446608ec7d77c3b6208b159208122f133264296.zip |
Notes
Diffstat (limited to 'security/pear-Horde_Crypt_Blowfish')
-rw-r--r-- | security/pear-Horde_Crypt_Blowfish/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/security/pear-Horde_Crypt_Blowfish/Makefile b/security/pear-Horde_Crypt_Blowfish/Makefile index cc311c2bb6c3..3083ba700c74 100644 --- a/security/pear-Horde_Crypt_Blowfish/Makefile +++ b/security/pear-Horde_Crypt_Blowfish/Makefile @@ -16,15 +16,8 @@ OPTIONS_DEFINE= MHASH OPENSSL MHASH_DESC= Depend on mhash PHP extension OPENSSL_DESC= Depend on OpenSSL PHP extension -.include <bsd.port.pre.mk> +USES= horde +MHASH_USE= PHP=mhash +OPENSSL_USE= PHP=openssl -.if ${PORT_OPTIONS:MMHASH} -USE_PHP+= mhash -.endif - -.if ${PORT_OPTIONS:MOPENSSL} -USE_PHP+= openssl -.endif - -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |