diff options
author | minskim <minskim> | 2005-02-23 03:28:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-02-23 03:28:49 +0000 |
commit | 4d4d72f17eaf6471708c49db27a7a99a6eefe6d0 (patch) | |
tree | 27991cbb4c2346dec802573841e54edfcbb77a17 /audio/libmikmod | |
parent | eef5b1b926b7178d448181ea145a6d2346c993ea (diff) | |
download | pkgsrc-4d4d72f17eaf6471708c49db27a7a99a6eefe6d0.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/libmikmod')
-rw-r--r-- | audio/libmikmod/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 7b009e120d9..0daa48be70e 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/10/03 00:13:07 tv Exp $ +# $NetBSD: Makefile,v 1.33 2005/02/23 03:28:49 minskim Exp $ DISTNAME= libmikmod-3.1.11 PKGNAME= libmikmod-3.1.11.1 @@ -14,6 +14,8 @@ MAINTAINER= kuebart@mathematik.uni-ulm.de HOMEPAGE= http://mikmod.raphnet.net/ COMMENT= MikMod Sound Library +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_GNU_TOOLS+= make GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |