summaryrefslogtreecommitdiff
path: root/mail/hypermail
diff options
context:
space:
mode:
authorsnj <snj>2004-04-24 22:37:10 +0000
committersnj <snj>2004-04-24 22:37:10 +0000
commit2d27692b2ed99f5bcd265871156525db5469fc1d (patch)
tree8d57d07e701f115acb863782cd986657f39b30c4 /mail/hypermail
parent23a3e1d33c97dc2fba9bd6fe8f4b89ce2eba3b8f (diff)
downloadpkgsrc-2d27692b2ed99f5bcd265871156525db5469fc1d.tar.gz
Convert to buildlink3.
Diffstat (limited to 'mail/hypermail')
-rw-r--r--mail/hypermail/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile
index 63479d8b7ef..4d3ce9093f1 100644
--- a/mail/hypermail/Makefile
+++ b/mail/hypermail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:56:45 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/24 22:37:10 snj Exp $
#
DISTNAME= hypermail-2.1.7
@@ -9,7 +9,7 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.hypermail.org/
COMMENT= Creates indexed, threaded HTML archives of email
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gdbm=${BUILDLINK_PREFIX.gdbm}
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
@@ -17,6 +17,6 @@ CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/html/hypermail
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hypermail/images
-.include "../../databases/gdbm/buildlink2.mk"
-.include "../../devel/pcre/buildlink2.mk"
+.include "../../databases/gdbm/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"