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 | 4957b713b007c64c317a18e3e15a9d0a3bbb1a23 (patch) | |
tree | fc7749446bf79b65336411a13d73051731cc6ab2 /graphics/GUIlib | |
parent | bade3f0d00b95b4d0ce929aa07ec10f90c5dabda (diff) | |
download | pkgsrc-4957b713b007c64c317a18e3e15a9d0a3bbb1a23.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 |