aboutsummaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick13/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2013-12-27 13:13:47 +0000
committerThierry Thomas <thierry@FreeBSD.org>2013-12-27 13:13:47 +0000
commitd68f6d300492774b071765d6e20fb67ce3fa149d (patch)
tree716f0945fd9150f2daf5fcc83f641b309acd2afc /graphics/GraphicsMagick13/Makefile
parentf9b46817d5a68b0884ac86a443d217b0259c5ce3 (diff)
downloadports-d68f6d300492774b071765d6e20fb67ce3fa149d.tar.gz
ports-d68f6d300492774b071765d6e20fb67ce3fa149d.zip
- On FreeBSD < 10, the linker adds -lXt with dps, but on 10 it does
not => force it; - Register Xext too; - rename patch-configure.
Notes
Notes: svn path=/head/; revision=337729
Diffstat (limited to 'graphics/GraphicsMagick13/Makefile')
-rw-r--r--graphics/GraphicsMagick13/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/GraphicsMagick13/Makefile b/graphics/GraphicsMagick13/Makefile
index 875c66957c5b..eda2a77c036f 100644
--- a/graphics/GraphicsMagick13/Makefile
+++ b/graphics/GraphicsMagick13/Makefile
@@ -3,6 +3,7 @@
PORTNAME= GraphicsMagick
PORTVERSION= 1.3.18
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
@@ -83,6 +84,7 @@ CONFIGURE_ARGS+= --without-fpx
.endif
.if ${PORT_OPTIONS:MDPS}
+USE_XORG+= xt
LIB_DEPENDS+= libdps.so:${PORTSDIR}/x11/dgs
CONFIGURE_ARGS+= --with-dps
.else
@@ -113,6 +115,7 @@ CONFIGURE_ARGS+= --with-windows-font-dir="${WINDOWS_FONT_DIR}"
CONFIGURE_ARGS+=--without-x
LIB_DEPENDS+= libwmflite.so:${PORTSDIR}/graphics/libwmf-nox11
.else
+USE_XORG+= xext
LIB_DEPENDS+= libwmflite.so:${PORTSDIR}/graphics/libwmf
.endif