aboutsummaryrefslogtreecommitdiffstats
path: root/security/pecl-crack
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-13 06:26:55 +0800
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-13 06:26:55 +0800
commit06f9d9cb622cde9f852f96073809f163157e42d7 (patch)
treef1e702522d8715b28cade89656f7c6cb1aa6b290 /security/pecl-crack
parentb3c7a362abd27fbe1cad18515c43c0b06ef265c1 (diff)
downloadfreebsd-ports-gnome-06f9d9cb622cde9f852f96073809f163157e42d7.tar.gz
freebsd-ports-gnome-06f9d9cb622cde9f852f96073809f163157e42d7.tar.zst
freebsd-ports-gnome-06f9d9cb622cde9f852f96073809f163157e42d7.zip
- Pregenerate pw_dict since cracklib stopped distributing one
which dependant ports require at build-time. - Convert dependant ports to LIB_DEPENDS - Bump PORTREVISIONs Reported by: pav via pointyhat
Diffstat (limited to 'security/pecl-crack')
-rw-r--r--security/pecl-crack/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile
index 7d9f4350dbe4..919de9dd920b 100644
--- a/security/pecl-crack/Makefile
+++ b/security/pecl-crack/Makefile
@@ -7,7 +7,7 @@
PORTNAME= crack
PORTVERSION= 0.4.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security www
MASTER_SITES= http://www.osuweb.net/~ahaning/
PKGNAMEPREFIX= pecl-
@@ -17,7 +17,7 @@ DIST_SUBDIR= PECL
MAINTAINER= wmoran@collaborativefusion.com
COMMENT= PECL extension to cracklib
-RUN_DEPENDS= ${LOCALBASE}/libdata/cracklib/pw_dict.pwi:${PORTSDIR}/security/cracklib
+LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib
USE_PHP= yes
USE_PHPIZE= yes