summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-09-03 00:29:14 +0000
committeradamw <adamw@FreeBSD.org>2003-09-03 00:29:14 +0000
commit7e6a070e1d73e5dfbbe8686097461537a4eded2a (patch)
treeb193ab17c802a5534e08361f51c51fe9aecf514d /graphics
parent0e513d36c49b6123bb52340d552a8d8f6e34f756 (diff)
downloadFreeBSD-ports-7e6a070e1d73e5dfbbe8686097461537a4eded2a.zip
FreeBSD-ports-7e6a070e1d73e5dfbbe8686097461537a4eded2a.tar.gz
Make gimp plugin compilation automatic if gimp is installed.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gtkam/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile
index 7d0c206..8df41a0 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=""
OpenPOWER on IntegriCloud