aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-10 21:42:14 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-02-10 21:42:14 +0000
commitb3e17160b63b5059ac1aa2e9836f7a049c0bef29 (patch)
tree16e0ac22fd549ed9058ed10ecb444a1af8b257c5 /security
parent50262e396a43335f44a60acd8a66fdab7c739492 (diff)
downloadports-b3e17160b63b5059ac1aa2e9836f7a049c0bef29.tar.gz
ports-b3e17160b63b5059ac1aa2e9836f7a049c0bef29.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-Cracklib/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 52e237da10ec..345b0d00495c 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -18,8 +18,9 @@ COMMENT= Perl interface to Alec Muffet's cracklib library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib \
- p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
+LIB_DEPENDS= crack.10:${PORTSDIR}/security/cracklib
+
+BUILD_DEPENDS= p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -28,7 +29,4 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${P
MAN3= Crypt::Cracklib.3
-post-patch:
- ${REINPLACE_CMD} -e 's/crack.h/packer.h/' ${WRKSRC}/Cracklib.*
-
.include <bsd.port.mk>