aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-09-03 08:29:14 +0800
committeradamw <adamw@FreeBSD.org>2003-09-03 08:29:14 +0800
commit7e6a070e1d73e5dfbbe8686097461537a4eded2a (patch)
treeb193ab17c802a5534e08361f51c51fe9aecf514d /graphics
parent0e513d36c49b6123bb52340d552a8d8f6e34f756 (diff)
downloadfreebsd-ports-gnome-7e6a070e1d73e5dfbbe8686097461537a4eded2a.tar.gz
freebsd-ports-gnome-7e6a070e1d73e5dfbbe8686097461537a4eded2a.tar.zst
freebsd-ports-gnome-7e6a070e1d73e5dfbbe8686097461537a4eded2a.zip
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 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=""