summaryrefslogtreecommitdiff
path: root/security/amap/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-11 19:21:36 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-11 19:21:36 +0000
commit8d2e87a96979a705ff43ba5ee1feee3ccb47a3a7 (patch)
treec6608538b8276ae2f8048a6552d608f5df51ef95 /security/amap/Makefile
parent8068d36cdc3a0d06f4fb91774da312073560b431 (diff)
downloadpkgsrc-8d2e87a96979a705ff43ba5ee1feee3ccb47a3a7.tar.gz
Since I don't want to hack around with config.*, patch amap to not
use the bundled pcre, but devel/pcre instead.
Diffstat (limited to 'security/amap/Makefile')
-rw-r--r--security/amap/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/amap/Makefile b/security/amap/Makefile
index 5b1efa8a075..29f4d806550 100644
--- a/security/amap/Makefile
+++ b/security/amap/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/12/05 23:55:16 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/11 19:21:36 joerg Exp $
#
DISTNAME= amap-5.0
+PKGREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://www.thc.org/releases/
@@ -34,8 +35,6 @@ SUBST_MESSAGE.conf= "Fixing configure script."
INSTALLATION_DIRS= bni man/man1
-.include "../../security/openssl/buildlink3.mk"
-
post-extract:
@${CHMOD} 0700 ${WRKSRC}
@@ -49,4 +48,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/appdefs.resp ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/appdefs.rpc ${EGDIR}
+
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"