diff options
author | joerg <joerg> | 2007-02-23 15:56:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-23 15:56:22 +0000 |
commit | 59adcc4835fcb7bf8b7e3bd8c411937a4051e338 (patch) | |
tree | 163e8a8d235c9217729af4ed2714b14c105e8b90 /audio/xmms-mac | |
parent | 6f8c1f7ef2be56a5ad894017f8a695291aa8928d (diff) | |
download | pkgsrc-59adcc4835fcb7bf8b7e3bd8c411937a4051e338.tar.gz |
Needs C for configure.
Diffstat (limited to 'audio/xmms-mac')
-rw-r--r-- | audio/xmms-mac/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-mac/Makefile b/audio/xmms-mac/Makefile index bde820bbb15..41e6d27493e 100644 --- a/audio/xmms-mac/Makefile +++ b/audio/xmms-mac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/09 21:21:34 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/23 15:56:22 joerg Exp $ # DISTNAME= xmms-mac-0.3.1 @@ -11,7 +11,7 @@ COMMENT= XMMS plugin for Monkey's Audio files GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ # needs a bugfix to compile BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.10nb7 |