diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-27 18:07:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-27 18:07:19 +0000 |
commit | 5ebcd5f7e01722640433fb3f8a74671116025f74 (patch) | |
tree | 2ee4e8034d550d54edab22212cf52c7d2daa9164 /graphics/gtkam | |
parent | * Shorten COMMENT to appease portlint (diff) |
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
Notes
Notes:
svn path=/head/; revision=105439
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 |