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 | 0e2490c818bb373c507fdb2d23c87d41e21c0e64 (patch) | |
tree | cc89e46bbddb0ea9f1419284a87c9e95e71b7219 /audio | |
parent | fd8a1c074d2586f3f152dc2bf48dddd5cb449ecf (diff) | |
download | pkgsrc-0e2490c818bb373c507fdb2d23c87d41e21c0e64.tar.gz |
Add USE_LANGUAGES=c++ to note that the package uses C++.
Diffstat (limited to 'audio')
-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 |