diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 08:25:49 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 08:25:49 +0000 |
commit | 0802f520960e141966ded40102fb10d0d832bf1a (patch) | |
tree | b73f6ed5d07fd0b4b954d7673545616132ddb375 /graphics | |
parent | 8417c33104253fa19f4d70ccd5127e4f00d5d957 (diff) | |
download | ports-0802f520960e141966ded40102fb10d0d832bf1a.tar.gz ports-0802f520960e141966ded40102fb10d0d832bf1a.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index fd5012b80035..fd99b4b6b73c 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_GIMP) -LIB_DEPENDS+= gimp:${PORTSDIR}/graphics/gimp1 +LIB_DEPENDS+= gimp-1.3:${PORTSDIR}/graphics/gimp-devel PLIST_SUB+= GIMP="" .else CONFIGURE_ARGS= --without-gimp |