diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2005-07-04 11:27:40 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2005-07-04 11:27:40 +0000 |
commit | 2e1a161511f30a28a8745fab0195aac259ce944b (patch) | |
tree | afde77d02f006e2609b5cbb3231241524b448936 /security/apg | |
parent | 825121abdeb3e7fb4d0d1f16de95c6a7e2cd109b (diff) | |
download | ports-2e1a161511f30a28a8745fab0195aac259ce944b.tar.gz ports-2e1a161511f30a28a8745fab0195aac259ce944b.zip |
Notes
Diffstat (limited to 'security/apg')
-rw-r--r-- | security/apg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/apg/Makefile b/security/apg/Makefile index 29cec681657d..4c1724c7d7b2 100644 --- a/security/apg/Makefile +++ b/security/apg/Makefile @@ -7,6 +7,7 @@ PORTNAME= apg PORTVERSION= 2.3.0b +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \ ${MASTER_SITE_PACKETSTORM} @@ -16,7 +17,7 @@ MAINTAINER= roam@FreeBSD.org COMMENT= An automated password generator .if defined(WITH_CRACKLIB) -BUILD_DEPENDS= ${LOCALBASE}/lib/crack.a:${PORTSDIR}/security/cracklib +LIB_DEPENDS= crack.1:${PORTSDIR}/security/cracklib MAKE_ARGS= -DWITH_CRACKLIB .endif |