diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-28 23:30:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-28 23:30:08 +0000 |
commit | 5aa6f9382f42ea835e73d1c503433054dc29e90f (patch) | |
tree | 8f67db674133ffec61ed4beb9e0537768b4e1d01 /graphics/pstoedit/Makefile | |
parent | cf48c3cb4f7818dc01288a47575b51451e12fa42 (diff) | |
download | ports-5aa6f9382f42ea835e73d1c503433054dc29e90f.tar.gz ports-5aa6f9382f42ea835e73d1c503433054dc29e90f.zip |
Notes
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 2a7edae5e099..e77d04a0e806 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -6,10 +6,9 @@ # PORTNAME= pstoedit -PORTVERSION= 3.45 -PORTREVISION= 3 +PORTVERSION= 3.50 CATEGORIES= graphics print -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats @@ -21,7 +20,7 @@ OPTIONS= IMAGEMAGICK "Enable magick++ interface" on \ MING "Enable swf interface" on \ PLOTUTILS "Enable libplot interface" on -USE_GNOME= gnomehack gnometarget pkgconfig +USE_GNOME= gnomehack pkgconfig USE_GHOSTSCRIPT= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -29,6 +28,7 @@ USE_LDCONFIG= yes MAN1= pstoedit.1 +CFLAGS+= -DHAVE_LIBGD CPPFLAGS= -I${LOCALBASE}/include/ming -I${LOCALBASE}/include \ -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib |