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 | 1a09d2ffa79eca533f63926231755d6be0bc4996 (patch) | |
tree | 5ab32d96966b02b53b24adf177fe27369d46bbcd /x11/paragui | |
parent | 645df57d95f2d85d9f00a75c5370dd81f7d3a0df (diff) | |
download | pkgsrc-1a09d2ffa79eca533f63926231755d6be0bc4996.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 |