diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-19 07:32:29 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-19 07:32:29 +0000 |
commit | 2aa32361be85a03e8633856b53aa8ced26346568 (patch) | |
tree | 5ab32d96966b02b53b24adf177fe27369d46bbcd /x11/paragui | |
parent | 8b2381d003e23eb09bde344b924f038b430d2073 (diff) | |
download | pkgsrc-2aa32361be85a03e8633856b53aa8ced26346568.tar.gz |
Uses C++.
Diffstat (limited to 'x11/paragui')
-rw-r--r-- | x11/paragui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/paragui/Makefile b/x11/paragui/Makefile index df802c7140c..b562907bd57 100644 --- a/x11/paragui/Makefile +++ b/x11/paragui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:15 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/05/19 07:32:29 joerg Exp $ # DISTNAME= paragui-1.0.4 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.paragui.org/ COMMENT= Cross-platform high-level application framework and GUI library USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes PKGCONFIG_OVERRIDE+= paragui.pc.in GNU_CONFIGURE= yes |