diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qtarch/Makefile | 3 | ||||
-rw-r--r-- | x11/qwt/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/qtarch/Makefile b/x11/qtarch/Makefile index 6043cf8c10c..74259c6af2f 100644 --- a/x11/qtarch/Makefile +++ b/x11/qtarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2006/05/19 07:42:40 joerg Exp $ # DISTNAME= qtarch-2.2-1 @@ -13,6 +13,7 @@ HOMEPAGE= http://qtarch.sourceforge.net/ COMMENT= Graphical dialog editor for the Qt widget set WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile index 7a4f707ea60..dcfe9e17ee5 100644 --- a/x11/qwt/Makefile +++ b/x11/qwt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/04/17 13:47:00 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2006/05/19 07:48:12 joerg Exp $ DISTNAME= qwt-0.3.0 PKGREVISION= 5 @@ -10,6 +10,7 @@ HOMEPAGE= http://sourceforge.net/projects/qwt COMMENT= Qt widget library for technical purposes USE_X11BASE= yes +USE_LANGUAGES= c++ USE_TOOLS+= gmake USE_LIBTOOL= yes |