diff options
author | drochner <drochner@pkgsrc.org> | 2005-05-03 16:17:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-05-03 16:17:52 +0000 |
commit | 76e03ba8730ca637a927db674771f8dcbf22a3e2 (patch) | |
tree | e69ddf7e483adf72664d581b72dc32d0eee8bffe /misc/libcdio | |
parent | 5931871d90cf7de7e94876c4cb6e7f48f0bb59ab (diff) | |
download | pkgsrc-76e03ba8730ca637a927db674771f8dcbf22a3e2.tar.gz |
need perl to build, from wiz
Diffstat (limited to 'misc/libcdio')
-rw-r--r-- | misc/libcdio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile index 0b492a032df..c0d14dc5479 100644 --- a/misc/libcdio/Makefile +++ b/misc/libcdio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/02 17:11:17 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2005/05/03 16:17:52 drochner Exp $ # DISTNAME= libcdio-0.73 @@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE+= libcdio_paranoia.pc.in PKGCONFIG_OVERRIDE+= libiso9660.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-versioned-libs +USE_PERL5= build INFO_FILES= libcdio.info |