aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtkam
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-09-03 00:29:14 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-09-03 00:29:14 +0000
commit55ec1193072088a29467e42fa15b9c8fb136dc79 (patch)
tree76945ae83ddd61ca6b106bec2b30b5f1a8b9a8d5 /graphics/gtkam
parente9119210d2543c5390fc56da43249990fb610ddf (diff)
downloadports-55ec1193072088a29467e42fa15b9c8fb136dc79.tar.gz
ports-55ec1193072088a29467e42fa15b9c8fb136dc79.zip
Notes
Diffstat (limited to 'graphics/gtkam')
-rw-r--r--graphics/gtkam/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile
index 7d0c206fa63f..8df41a08dd7e 100644
--- a/graphics/gtkam/Makefile
+++ b/graphics/gtkam/Makefile
@@ -28,6 +28,10 @@ CONFIGURE_ARGS= --without-gnome
MAN1= gtkam.1
+.if exists(${X11BASE}/lib/libgimp-1.3.so)
+WITH_GIMP= yes
+.endif
+
.if defined(WITH_GIMP)
LIB_DEPENDS+= gimp-1.3:${PORTSDIR}/graphics/gimp-devel
PLIST_SUB+= GIMP=""