diff options
author | rillig <rillig> | 2006-07-02 10:12:52 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-02 10:12:52 +0000 |
commit | f1d71e66dbe98847f8846f804a195856c937565f (patch) | |
tree | 85f181eaba923c8f688685661d9db8cea88cd5d8 /graphics/pstoedit | |
parent | 4e739c0a24b82a9278d6ab0796b1d95c4283211c (diff) | |
download | pkgsrc-f1d71e66dbe98847f8846f804a195856c937565f.tar.gz |
Needs a C compiler.
Diffstat (limited to 'graphics/pstoedit')
-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 |