diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-02 03:56:04 +0800 |
commit | 2577d7b175c040f4c4136b21adac34e0904265e9 (patch) | |
tree | 59bf0cbd4ae0d28e23fe565e2c9d81eede9ff048 /graphics/pstoedit | |
parent | 342a262e8b6eeebcfe640913eb2778cb552186a1 (diff) | |
download | freebsd-ports-graphics-2577d7b175c040f4c4136b21adac34e0904265e9.tar.gz freebsd-ports-graphics-2577d7b175c040f4c4136b21adac34e0904265e9.tar.zst freebsd-ports-graphics-2577d7b175c040f4c4136b21adac34e0904265e9.zip |
change the libtool version to use from 1.3 to 1.5
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 077570a06a6..2d5a44fdc3d 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats -USE_GHOSTSCRIPT= yes +USE_GHOSTSCRIPT=yes LIB_DEPENDS= Magick++.8:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ @@ -22,7 +22,7 @@ LIB_DEPENDS= Magick++.8:${PORTSDIR}/graphics/ImageMagick \ EMF.1:${PORTSDIR}/graphics/libemf USE_GNOME= gnometarget pkgconfig -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS+= --with-libemf-include=${LOCALBASE}/include/libEMF |