diff options
author | ben <ben> | 2004-04-14 15:11:52 +0000 |
---|---|---|
committer | ben <ben> | 2004-04-14 15:11:52 +0000 |
commit | a745f15a622b10e9a1ffdf350defcb03f957aa4a (patch) | |
tree | d91f532e34307801d54e9e744eeca5d8a23afcc4 /audio/xmms-modplug/Makefile | |
parent | 725ffe8861653030aaf3a9c4bf6fafc69044be01 (diff) | |
download | pkgsrc-a745f15a622b10e9a1ffdf350defcb03f957aa4a.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 |