diff options
Diffstat (limited to 'misc/libcdio/Makefile')
-rw-r--r-- | misc/libcdio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile index bae0fb27b23..9725a45165e 100644 --- a/misc/libcdio/Makefile +++ b/misc/libcdio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/05/11 05:09:58 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2004/05/11 16:18:39 reed Exp $ # DISTNAME= libcdio-0.68 @@ -19,6 +19,8 @@ PKGCONFIG_OVERRIDE+= libiso9660.pc.in GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-versioned-libs +INFO_FILES= libcdio.info + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" |