diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-11 05:09:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-11 05:09:58 +0000 |
commit | 6fda586536e953d84c0b915fea745b01c720cb29 (patch) | |
tree | 2ce9797c1690f664fecce022d20ba59442b854a2 /misc | |
parent | c93f37242761ee42fd464bbd6e15e35edfd12bf2 (diff) | |
download | pkgsrc-6fda586536e953d84c0b915fea745b01c720cb29.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'misc')
-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 61ed2d68a6c..bae0fb27b23 100644 --- a/misc/libcdio/Makefile +++ b/misc/libcdio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/05/11 05:08:03 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2004/05/11 05:09:58 minskim Exp $ # DISTNAME= libcdio-0.68 @@ -9,6 +9,8 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libcdio/ COMMENT= CD-ROM access library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |