diff options
author | roam <roam@FreeBSD.org> | 2005-07-04 19:27:40 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-07-04 19:27:40 +0800 |
commit | 4b981ba38c75a0b7af7a3946fca49d91818717cb (patch) | |
tree | 6e1b79f9e5f654ad5015f47e76779d479b2f143d /security | |
parent | a5cfa3a82f88eda6aebc0354c9fe8408756b2e4b (diff) | |
download | freebsd-ports-gnome-4b981ba38c75a0b7af7a3946fca49d91818717cb.tar.gz freebsd-ports-gnome-4b981ba38c75a0b7af7a3946fca49d91818717cb.tar.zst freebsd-ports-gnome-4b981ba38c75a0b7af7a3946fca49d91818717cb.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>
Diffstat (limited to 'security')
-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 |