diff options
-rw-r--r-- | graphics/gtkam/Makefile | 4 |
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="" |