diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-12 01:13:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-12 01:13:00 +0800 |
commit | e61575c596f18e5ad65e533af5d1ed36f8e65990 (patch) | |
tree | de18e3d656edd75936a45d5870ad322a73273c7c /graphics/gimp-app | |
parent | db7bf45c8b197b628e0c5cc470536d07a273f28e (diff) | |
download | freebsd-ports-gnome-e61575c596f18e5ad65e533af5d1ed36f8e65990.tar.gz freebsd-ports-gnome-e61575c596f18e5ad65e533af5d1ed36f8e65990.tar.zst freebsd-ports-gnome-e61575c596f18e5ad65e533af5d1ed36f8e65990.zip |
The SVG plug-in is now the default.
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index a886eae50499..193aa16ff7f2 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.4 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index ca271443a601..1c8f7bc07e29 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -367,7 +367,7 @@ libexec/gimp/2.2/plug-ins/file-psp libexec/gimp/2.2/plug-ins/file-raw libexec/gimp/2.2/plug-ins/file-sgi libexec/gimp/2.2/plug-ins/file-sunras -%%SVG%%libexec/gimp/2.2/plug-ins/file-svg +libexec/gimp/2.2/plug-ins/file-svg libexec/gimp/2.2/plug-ins/file-tga libexec/gimp/2.2/plug-ins/file-tiff-load libexec/gimp/2.2/plug-ins/file-tiff-save |