diff options
author | snj <snj@pkgsrc.org> | 2004-04-18 19:19:44 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-18 19:19:44 +0000 |
commit | a7d12e32a29a6f00b335ad6c0c6b38284ecaf5f9 (patch) | |
tree | 58c56dcf1b6a791cf5c0046edf9ed586bf4f878e /misc/libcdio | |
parent | e475329f3d1e705e7005e0d17316054773110b71 (diff) | |
download | pkgsrc-a7d12e32a29a6f00b335ad6c0c6b38284ecaf5f9.tar.gz |
Convert to buildlink3 and s/CD's/CDs/ in DESCR.
Diffstat (limited to 'misc/libcdio')
-rw-r--r-- | misc/libcdio/DESCR | 2 | ||||
-rw-r--r-- | misc/libcdio/Makefile | 8 |
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" |