summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-11 16:53:36 +0000
committerxtraeme <xtraeme>2004-04-11 16:53:36 +0000
commitbb6275398f7ea0e934158cee8911d56a5b9477d0 (patch)
treebaf5f6b2a47e041eafccc850db8a0d1cfe6c785d
parentca31fc23e440e68b78619dc31ed9e6a442e101d0 (diff)
downloadpkgsrc-bb6275398f7ea0e934158cee8911d56a5b9477d0.tar.gz
bl3ify, s/USE_X11BASE/USE_X11/; bump PKGREVISION.
-rw-r--r--audio/gdcd/Makefile16
-rw-r--r--doc/CHANGES3
2 files changed, 10 insertions, 9 deletions
diff --git a/audio/gdcd/Makefile b/audio/gdcd/Makefile
index 7397db2aa51..ba865249273 100644
--- a/audio/gdcd/Makefile
+++ b/audio/gdcd/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2004/03/08 19:40:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.23 2004/04/11 16:53:36 xtraeme Exp $
#
DISTNAME= gdcd-0.2.1
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://gdcd.undergrid.net/source_archive/
@@ -12,12 +12,12 @@ COMMENT= CD player for the X Window System using the GIMP Tool Kit (GTK)
DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs
-USE_X11BASE= YES
+USE_X11= YES
GNU_CONFIGURE= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
-.include "../../audio/libcdaudio/buildlink2.mk"
-.include "../../graphics/gdk-pixbuf/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../audio/libcdaudio/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf/buildlink3.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/doc/CHANGES b/doc/CHANGES
index 80e776f17ec..fae7a227c6b 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5536 2004/04/11 16:15:46 recht Exp $
+$NetBSD: CHANGES,v 1.5537 2004/04/11 16:53:36 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -1908,3 +1908,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated openoffice-linux to 1.1.1 [mrauch 2004-04-11]
Updated dap to 2.1.2nb4 [xtraeme 2004-04-11]
Updated p5-DBIx-SearchBuilder to 0.99 [recht 2004-04-11]
+ Updated gdcd to 0.2.1nb7 [xtraeme 2004-04-11]