diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-02 10:12:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-02 10:12:52 +0000 |
commit | 919d05908ac836bd70459d6d124bd65cab1ba4ef (patch) | |
tree | 85f181eaba923c8f688685661d9db8cea88cd5d8 /graphics | |
parent | 8999f17ef91b460406dee2d7d627d369f9276b3c (diff) | |
download | pkgsrc-919d05908ac836bd70459d6d124bd65cab1ba4ef.tar.gz |
Needs a C compiler.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pstoedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index d0ef1f213c3..07f38a8d1a4 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:35 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2006/07/02 10:12:52 rillig Exp $ DISTNAME= pstoedit-3.41 PKGREVISION= 2 @@ -17,7 +17,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} #USE_TOOLS+= gs:run USE_LIBTOOL= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" CONFIGURE_ENV+= ac_cv_path_GS=${LOCALBASE}/bin/gs |