diff options
author | ben <ben@pkgsrc.org> | 2004-04-14 15:11:52 +0000 |
---|---|---|
committer | ben <ben@pkgsrc.org> | 2004-04-14 15:11:52 +0000 |
commit | 119b3e19082750c10db192c9ba560ca51d51262e (patch) | |
tree | d91f532e34307801d54e9e744eeca5d8a23afcc4 /audio/xmms-modplug/Makefile | |
parent | b53546bfdf6d7cde356c01b90105733689e4d49e (diff) | |
download | pkgsrc-119b3e19082750c10db192c9ba560ca51d51262e.tar.gz |
Add USE_LANGUAGES=c c++ to make note that this package uses C and C++.
Diffstat (limited to 'audio/xmms-modplug/Makefile')
-rw-r--r-- | audio/xmms-modplug/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index 763728ed9a3..daf5e3889a5 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/14 15:07:13 ben Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/14 15:11:52 ben Exp $ # DISTNAME= modplugxmms-2.05 @@ -20,6 +20,7 @@ USE_LIBTOOL= yes SHLIBTOOL_OVERRIDE= libtool-disable-static CFLAGS+= -DDEVICE_NAME="\"\\\"${DEVOSSSOUND}\\\"\"" +USE_LANGUAGES= c c++ PKG_INSTALLATION_TYPES= overwrite pkgviews |