diff options
author | grant <grant@pkgsrc.org> | 2004-06-15 11:37:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-15 11:37:36 +0000 |
commit | cf43b979367185fd33a9dfbe356869964390769b (patch) | |
tree | b8db9ed123cc249c0850147d1f952e3a12f8e3da /graphics | |
parent | 0407039e237d0b77c35a40ea2866d3099a45bf57 (diff) | |
download | pkgsrc-cf43b979367185fd33a9dfbe356869964390769b.tar.gz |
this only needs a c++ compiler.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index bdaf6ff0bbf..2cfaf522627 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/04/15 22:55:56 snj Exp $ +# $NetBSD: Makefile,v 1.21 2004/06/15 11:37:36 grant Exp $ DISTNAME= pstoedit_3_31 PKGNAME= pstoedit-3.31 @@ -20,6 +20,7 @@ USE_X11= yes USE_LIBTOOL= yes USE_BUILDLINK3= yes USE_GCC_SHLIB= yes +USE_LANGUAGES= c++ GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBTOOL="${LIBTOOL}" LIBPLOTTERLA="${X11PREFIX}/lib/libplotter.la" CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" |