diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-08 09:16:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-08 09:16:30 +0000 |
commit | 51b2694bc61c95efb00eb0d2d3b67b521bfbc490 (patch) | |
tree | 2b411f2a030484bdfd1480ccd31472112e31c1e1 /graphics/pstoedit | |
parent | 7caf0e201a570e5635f513e18196b3f84e5c4281 (diff) | |
download | ports-51b2694bc61c95efb00eb0d2d3b67b521bfbc490.tar.gz ports-51b2694bc61c95efb00eb0d2d3b67b521bfbc490.zip |
Notes
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 6 | ||||
-rw-r--r-- | graphics/pstoedit/pkg-plist | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 5ba056e22e53..3f336a10d79d 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -18,12 +18,14 @@ USE_GHOSTSCRIPT= yes LIB_DEPENDS= Magick++.6:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ - plotter.4:${PORTSDIR}/graphics/plotutils + plotter.4:${PORTSDIR}/graphics/plotutils \ + EMF.1:${PORTSDIR}/graphics/libemf USE_GNOME= gnometarget pkgconfig USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+= --with-libemf-include=${LOCALBASE}/include/libEMF INSTALLS_SHLIB= yes MAN1= pstoedit.1 diff --git a/graphics/pstoedit/pkg-plist b/graphics/pstoedit/pkg-plist index 54e971c34af5..42a45582cd09 100644 --- a/graphics/pstoedit/pkg-plist +++ b/graphics/pstoedit/pkg-plist @@ -27,6 +27,9 @@ lib/pstoedit/libp2edrvstd.so.0 lib/pstoedit/libp2edrvswf.a lib/pstoedit/libp2edrvswf.so lib/pstoedit/libp2edrvswf.so.0 +lib/pstoedit/libp2edrvwmf.a +lib/pstoedit/libp2edrvwmf.so +lib/pstoedit/libp2edrvwmf.so.0 libdata/pkgconfig/pstoedit.pc share/aclocal/pstoedit.m4 %%PORTDOCS%%%%DOCSDIR%%/changelog.htm |