aboutsummaryrefslogtreecommitdiff
path: root/security/apg
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2005-07-04 11:27:40 +0000
committerPeter Pentchev <roam@FreeBSD.org>2005-07-04 11:27:40 +0000
commit2e1a161511f30a28a8745fab0195aac259ce944b (patch)
treeafde77d02f006e2609b5cbb3231241524b448936 /security/apg
parent825121abdeb3e7fb4d0d1f16de95c6a7e2cd109b (diff)
downloadports-2e1a161511f30a28a8745fab0195aac259ce944b.tar.gz
ports-2e1a161511f30a28a8745fab0195aac259ce944b.zip
Fix cracklib support:
- there is no lib/crack.a [1], and moreover - apg actually links to the dynamic library, so BUILD -> LIB_DEPENDS. Bump PORTREVISION, since the package dependencies changed. PR: 79673 [1] Submitted by: Vasil Dimov <vd@datamax.bg>
Notes
Notes: svn path=/head/; revision=138455
Diffstat (limited to 'security/apg')
-rw-r--r--security/apg/Makefile3
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