diff options
author | ben <ben@pkgsrc.org> | 2004-04-14 15:01:13 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-14 15:01:13 +0000 |
commit | 3bd1f612f261fbbd125ccf1c391abcab34468a9e (patch) | |
tree | cc89e46bbddb0ea9f1419284a87c9e95e71b7219 /audio/libmodplug | |
parent | edb1ec09f3db8c9457473605db3bfff301a5ca70 (diff) | |
download | pkgsrc-3bd1f612f261fbbd125ccf1c391abcab34468a9e.tar.gz |
Add USE_LANGUAGES=c++ to note that the package uses C++.
Diffstat (limited to 'audio/libmodplug')
-rw-r--r-- | audio/libmodplug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index ec59e56b318..08c3e7b73e4 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 22:31:42 ben Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/14 15:01:13 ben Exp $ # DISTNAME= libmodplug-0.7 @@ -12,6 +12,7 @@ COMMENT= Library for decoding mod-like music formats USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_LANGUAGES= c++ PKG_INSTALLATION_TYPES= overwrite pkgviews |