summaryrefslogtreecommitdiff
path: root/misc/libcdio
diff options
context:
space:
mode:
authorsnj <snj>2004-04-18 19:19:44 +0000
committersnj <snj>2004-04-18 19:19:44 +0000
commit08591f72c8996b07dde4419c5643be02a3342c9a (patch)
tree58c56dcf1b6a791cf5c0046edf9ed586bf4f878e /misc/libcdio
parent59987ea54ce417401f5ad39a5157f1a6f94d9f2b (diff)
downloadpkgsrc-08591f72c8996b07dde4419c5643be02a3342c9a.tar.gz
Convert to buildlink3 and s/CD's/CDs/ in DESCR.
Diffstat (limited to 'misc/libcdio')
-rw-r--r--misc/libcdio/DESCR2
-rw-r--r--misc/libcdio/Makefile8
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/libcdio/DESCR b/misc/libcdio/DESCR
index 10b5ff9c34e..326f1ff8c7e 100644
--- a/misc/libcdio/DESCR
+++ b/misc/libcdio/DESCR
@@ -4,4 +4,4 @@ device-dependent properties of a CD-ROM can use this library.
Some support for disk image types like BIN/CUE and NRG is available,
so applications that use this library also have the ability to read
-disc images as though they were CD's.
+disc images as though they were CDs.
diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile
index 8badf068592..d853ee1c2a9 100644
--- a/misc/libcdio/Makefile
+++ b/misc/libcdio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/04/08 18:52:33 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/18 19:19:44 snj Exp $
#
DISTNAME= libcdio-0.68
@@ -9,7 +9,7 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libcdio/
COMMENT= CD-ROM access library
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libcdio.pc.in
@@ -21,6 +21,6 @@ CONFIGURE_ARGS+= --without-versioned-libs
pre-patch:
${CP} ${FILESDIR}/_cdio_netbsd.c ${WRKSRC}/lib/_cdio_freebsd.c
-.include "../../devel/popt/buildlink2.mk"
-.include "../../audio/libcddb/buildlink2.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../audio/libcddb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"