summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-04-24 22:37:10 +0000
committersnj <snj>2004-04-24 22:37:10 +0000
commit27317547282d21fdf45bdf88eacc302485c90d59 (patch)
tree8d57d07e701f115acb863782cd986657f39b30c4
parentc8b744b835117047052819b9b02e358e2f265e2b (diff)
downloadpkgsrc-27317547282d21fdf45bdf88eacc302485c90d59.tar.gz
Convert to buildlink3.
-rw-r--r--mail/hypermail/Makefile8
-rw-r--r--mail/milter-regex/Makefile8
-rw-r--r--x11/qt1/Makefile4
3 files changed, 10 insertions, 10 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"
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile
index 48fac5ddd5c..309f509d278 100644
--- a/mail/milter-regex/Makefile
+++ b/mail/milter-regex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/06 14:01:51 tv Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/24 22:40:01 snj Exp $
#
DISTNAME= milter-regex-1.2
@@ -9,12 +9,12 @@ MAINTAINER= manu@NetBSD.org
HOMEPAGE= http://www.benzedrine.cx/milter-regex.html
COMMENT= Milter enabling regular expression filtering
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/milter-regex.8 ${PREFIX}/man/man8
-.include "../../mail/libmilter/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mail/libmilter/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile
index bd817bc8584..3e71fe8ac6a 100644
--- a/x11/qt1/Makefile
+++ b/x11/qt1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/22 15:06:52 bouyer Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/24 22:38:22 snj Exp $
#
DISTNAME= qt-1.44
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.troll.no/products/qt.html
COMMENT= C++ X GUI toolkit
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_X11BASE= yes
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++