diff options
author | drochner <drochner> | 2007-07-28 15:25:02 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-07-28 15:25:02 +0000 |
commit | 159428530f93702aa3731b866ba82b7b86aad148 (patch) | |
tree | acc947953e7888dc6b5b0131d3f15a6f06e0684e /devel/libsexymm | |
parent | b2f05a9f370ffefd8e231c8c34688645965eb4f0 (diff) | |
download | pkgsrc-159428530f93702aa3731b866ba82b7b86aad148.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/libsexymm')
-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 |