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 | Fix problems with two files not correctly upgraded during (diff) |
Fix LIB_DEPENDS in case WITH_GIMP is set.
PR: ports/45623
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=70819
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 |