summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-11 23:45:13 +0000
committerwiz <wiz>2002-09-11 23:45:13 +0000
commit4de1921391b6fee55fff85281ba27d93d3a78816 (patch)
tree7cfab31eaecb02ec29e1d9a89cde16c32dc507ef /comms
parent0df7fe2250a957375b90e6538c9f51a4390ae7fd (diff)
downloadpkgsrc-4de1921391b6fee55fff85281ba27d93d3a78816.tar.gz
Convert to buildlink2.
Diffstat (limited to 'comms')
-rw-r--r--comms/efax-gtk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile
index 6e72a66475a..3458f9730ae 100644
--- a/comms/efax-gtk/Makefile
+++ b/comms/efax-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/11 22:17:09 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/11 23:45:13 wiz Exp $
DISTNAME= efax-gtk-1.0.1b.src
PKGNAME= efax-gtk-1.0.1b
@@ -15,7 +15,7 @@ DEPENDS+= efax>=0.9:../../comms/efax
WRKSRC= ${WRKDIR}/efax-gtk
GNU_CONFIGURE= YES
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --with-spooldir=/var/spool/efax
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
@@ -25,7 +25,7 @@ ALL_TARGET= efax-gtk
post-extract:
${GZIP_CMD} -d ${WRKSRC}/efax-gtk.1.gz
-.include "../../devel/libsigc++/buildlink.mk"
-.include "../../x11/gtk/buildlink.mk"
-.include "../../x11/gtk--/buildlink.mk"
+.include "../../devel/libsigc++/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk--/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"