diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-15 21:35:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-15 21:35:40 +0000 |
commit | cfd566385c8e19e5a7cb90c44bf1fce22865245b (patch) | |
tree | fc7749446bf79b65336411a13d73051731cc6ab2 /graphics/GUIlib | |
parent | e0fa404a6f50e4368713da60ae9f831ab5eea58f (diff) | |
download | pkgsrc-cfd566385c8e19e5a7cb90c44bf1fce22865245b.tar.gz |
Uses C++.
Diffstat (limited to 'graphics/GUIlib')
-rw-r--r-- | graphics/GUIlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/GUIlib/Makefile b/graphics/GUIlib/Makefile index 931788fcf0b..3068a9c2619 100644 --- a/graphics/GUIlib/Makefile +++ b/graphics/GUIlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:09:27 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2006/05/15 21:35:40 joerg Exp $ # DISTNAME= GUIlib-1.1.0 @@ -12,6 +12,7 @@ COMMENT= Very simple GUI framework library GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |