Wed Feb 22 12:26:33 2012 UTC ()
For some reason this seems to need pkg-config now to build all its libraries.
Add it to TOOLS.


(wiz)
diff -r1.58 -r1.59 pkgsrc/graphics/pstoedit/Makefile

cvs diff -r1.58 -r1.59 pkgsrc/graphics/pstoedit/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/pstoedit/Makefile 2012/02/06 12:40:32 1.58
+++ pkgsrc/graphics/pstoedit/Makefile 2012/02/22 12:26:33 1.59
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1# $NetBSD: Makefile,v 1.58 2012/02/06 12:40:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.59 2012/02/22 12:26:33 wiz Exp $
2 2
3DISTNAME= pstoedit-3.60 3DISTNAME= pstoedit-3.60
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= converters graphics print 5CATEGORIES= converters graphics print
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pstoedit/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.pstoedit.net/ 9HOMEPAGE= http://www.pstoedit.net/
10COMMENT= Convert PostScript / PDF into various vector graphic formats 10COMMENT= Convert PostScript / PDF into various vector graphic formats
11#LICENSE= gnu-gpl-v2 11#LICENSE= gnu-gpl-v2
12# man page indicates that there are many licenses and one has to read all 12# man page indicates that there are many licenses and one has to read all
13# the source files 13# the source files
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17MAKE_JOBS_SAFE= no 17MAKE_JOBS_SAFE= no
18 18
19USE_TOOLS+= gs:run 19USE_TOOLS+= gs:run pkg-config
20 20
21USE_LIBTOOL= yes 21USE_LIBTOOL= yes
22USE_LANGUAGES= c c++ 22USE_LANGUAGES= c c++
23GNU_CONFIGURE= yes 23GNU_CONFIGURE= yes
24CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix" 24CONFIGURE_ENV+= CXXFLAGS="${CFLAGS} -Dunix"
25CONFIGURE_ENV+= ac_cv_path_GS=${TOOLS_PATH.gs} 25CONFIGURE_ENV+= ac_cv_path_GS=${TOOLS_PATH.gs}
26 26
27# needs libEMF which has build problems on alpha and probably 27# needs libEMF which has build problems on alpha and probably
28# other 64-bit systems 28# other 64-bit systems
29CONFIGURE_ARGS+=--without-emf 29CONFIGURE_ARGS+=--without-emf
30 30
31CONFIGURE_ARGS+=--datadir=${PREFIX}/share 31CONFIGURE_ARGS+=--datadir=${PREFIX}/share
32GNU_CONFIGURE_LIBSUBDIR=pstoedit # plugin dir -- unused for now 32GNU_CONFIGURE_LIBSUBDIR=pstoedit # plugin dir -- unused for now