diff options
author | pav <pav@FreeBSD.org> | 2004-03-28 02:07:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-28 02:07:19 +0800 |
commit | c7e358d577c98be2a44bfb42143db4fe3487a223 (patch) | |
tree | e7a4f7c9c39ac4b358ccfe66afebd1ecfc8d73c0 /graphics/gtkam | |
parent | 2706f335c380dcded9dd350703f5be53a61b89c2 (diff) | |
download | freebsd-ports-gnome-c7e358d577c98be2a44bfb42143db4fe3487a223.tar.gz freebsd-ports-gnome-c7e358d577c98be2a44bfb42143db4fe3487a223.tar.zst freebsd-ports-gnome-c7e358d577c98be2a44bfb42143db4fe3487a223.zip |
After repocopy of GIMP 2.0 from graphics/gimp-devel to graphics/gimp:
- Update comment and description
- Remove graphics/gimp-devel
- Chase dependencies
- Add entry to MOVED
Repocopied by: marcus
Diffstat (limited to 'graphics/gtkam')
-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 15dffeadf5e8..c824abcaf8af 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -33,7 +33,7 @@ WITH_GIMP= yes .endif .if defined(WITH_GIMP) -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-devel +LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp PLIST_SUB+= GIMP="" .else CONFIGURE_ARGS+= --without-gimp |