diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 13:28:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 13:28:01 +0000 |
commit | 854950235ac2ca38f2ea72699c8f24d8e68a5820 (patch) | |
tree | 1f0161472f88b29f88341f59430bf1587ea6a768 /print | |
parent | 7ea99394af2e559768a05ebf94b4573cec878c06 (diff) | |
download | pkgsrc-854950235ac2ca38f2ea72699c8f24d8e68a5820.tar.gz |
this only uses a c++ compiler.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index a3f863decb9..f4dbc6bdadb 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/04/13 09:38:38 xtraeme Exp $ +# $NetBSD: Makefile,v 1.26 2004/06/27 13:28:01 grant Exp $ DISTNAME= xpp-1.1 PKGREVISION= 4 @@ -13,6 +13,7 @@ USE_BUILDLINK3= yes USE_X11= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes +USE_LANGUAGES= c++ DOCDIR= ${PREFIX}/share/doc/xpp |