diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 08:25:49 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 08:25:49 +0000 |
commit | 0ba234ae4fe3d3046566c884eb14d1437bc1bc5a (patch) | |
tree | eac2195838b890741eba923328791fbaa2c4c8c3 /graphics | |
parent | e21a73ab2d3f09b75f570455e8b21a61ed186567 (diff) | |
download | FreeBSD-ports-0ba234ae4fe3d3046566c884eb14d1437bc1bc5a.zip FreeBSD-ports-0ba234ae4fe3d3046566c884eb14d1437bc1bc5a.tar.gz |
Fix LIB_DEPENDS in case WITH_GIMP is set.
PR: ports/45623
Submitted by: Ports Fury
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 fd5012b..fd99b4b 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 |