diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-31 15:40:39 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-31 15:40:39 +0800 |
commit | 0d7c338a056388cbeed9821416a4c34fbfdc48f1 (patch) | |
tree | 8f71d1639f2cce3d37c0b0edfd21772bd62aa598 /graphics/pstoedit/Makefile | |
parent | 49df34510062fa5674abe5e15d96a5fa9ba980de (diff) | |
download | freebsd-ports-gnome-0d7c338a056388cbeed9821416a4c34fbfdc48f1.tar.gz freebsd-ports-gnome-0d7c338a056388cbeed9821416a4c34fbfdc48f1.tar.zst freebsd-ports-gnome-0d7c338a056388cbeed9821416a4c34fbfdc48f1.zip |
update graphics/pstoedit:
- Utilize USE_GNOME
PR: 55056
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/pstoedit/Makefile')
-rw-r--r-- | graphics/pstoedit/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 6483d611692b..6df764994177 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -13,16 +13,14 @@ MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - gs:${PORTSDIR}/print/ghostscript-gnu +BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ - gs:${PORTSDIR}/print/ghostscript-gnu +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu +USE_GNOME= gnometarget pkgconfig USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes |