diff options
author | drochner <drochner@pkgsrc.org> | 2007-07-28 15:25:02 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-07-28 15:25:02 +0000 |
commit | 97d7e0fc85a6024844366bc007f2a150498be92e (patch) | |
tree | acc947953e7888dc6b5b0131d3f15a6f06e0684e /devel | |
parent | b536adb42f5afc7eccb26c408d01aedaa7741d75 (diff) | |
download | pkgsrc-97d7e0fc85a6024844366bc007f2a150498be92e.tar.gz |
Add "c" to USE_LANGUAGES. For some reason it is not necessary for me,
but it will hopefully help the bulk build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libsexymm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsexymm/Makefile b/devel/libsexymm/Makefile index f7db568f44e..a8595ae3bf5 100644 --- a/devel/libsexymm/Makefile +++ b/devel/libsexymm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/07/17 19:10:48 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/28 15:25:02 drochner Exp $ # DISTNAME= libsexymm-0.1.9 @@ -12,7 +12,7 @@ COMMENT= C++ bindings for libsexy GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= libsexy/libsexymm.pc.in |