summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-21 15:12:27 +0000
committerwiz <wiz@pkgsrc.org>2002-10-21 15:12:27 +0000
commit386518d143434d83c3221f8c706c134ae3f4f03f (patch)
treefd3fb93350d6d2e1dd8b0093fa6d035f0b644e77
parent50ce89dbaea2d26ace5dd11517fcd60e4e835a99 (diff)
downloadpkgsrc-386518d143434d83c3221f8c706c134ae3f4f03f.tar.gz
Convert to buildlink2.
-rw-r--r--net/gtk_wicontrol/Makefile10
-rw-r--r--sysutils/gcombust/Makefile7
2 files changed, 9 insertions, 8 deletions
diff --git a/net/gtk_wicontrol/Makefile b/net/gtk_wicontrol/Makefile
index eb0576d11b1..a2b84102d6d 100644
--- a/net/gtk_wicontrol/Makefile
+++ b/net/gtk_wicontrol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/07/28 21:11:25 tron Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/21 15:12:27 wiz Exp $
DISTNAME= gtk_wicontrol-0.16
CATEGORIES= net
@@ -8,13 +8,13 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.izawa.sh/software/gtk_wicontrol/
COMMENT= GTK+-based Wavelan status meter
-DEPENDS+= gtk+-1.2.*:../../x11/gtk
-
ONLY_FOR_PLATFORM= *BSD-*-*
+USE_BUILDLINK2= yes
USE_X11= yes
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_LIBINTL= yes
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile
index 2339eab2bb5..953c161616e 100644
--- a/sysutils/gcombust/Makefile
+++ b/sysutils/gcombust/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2002/03/16 02:24:19 rh Exp $
+# $NetBSD: Makefile,v 1.28 2002/10/21 15:16:49 wiz Exp $
#
DISTNAME= gcombust-0.1.49
@@ -12,9 +12,10 @@ COMMENT= Graphical frontend for CD mastering (mkhybrid, cdrecord, ...)
DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord
DEPENDS+= cdlabelgen-[0-9]*:../../graphics/cdlabelgen
DEPENDS+= gv-[0-9]*:../../print/gv
-DEPENDS+= gtk+>=1.2.4:../../x11/gtk
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_LIBINTL= YES
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"