diff options
author | ahze <ahze@FreeBSD.org> | 2007-06-01 20:11:29 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-06-01 20:11:29 +0800 |
commit | 5ec9cebc8eff8d99b1b68f2699c2d66e1f8491c2 (patch) | |
tree | f4c09342c7d4223eecb45f5c89ec414201de82c6 /graphics | |
parent | 3367a57c672227873f3e191fb4b77d4b5af32f5e (diff) | |
download | freebsd-ports-gnome-5ec9cebc8eff8d99b1b68f2699c2d66e1f8491c2.tar.gz freebsd-ports-gnome-5ec9cebc8eff8d99b1b68f2699c2d66e1f8491c2.tar.zst freebsd-ports-gnome-5ec9cebc8eff8d99b1b68f2699c2d66e1f8491c2.zip |
Fix plist if using python
PR: ports/110910
Submitted by: girgen
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 1 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 5f299a41d0f7..5a3a42fc50d3 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -7,6 +7,7 @@ PORTNAME= gimp-app PORTVERSION= 2.2.15 +PORTREVISION= 1 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 d082a8adb92c..7c55b5c7667f 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -374,10 +374,14 @@ libexec/gimp/2.2/plug-ins/zealouscrop %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.py %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyc %%PYTHON:%%libexec/gimp/2.2/python/gimpfu.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.a +%%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.la %%PYTHON:%%libexec/gimp/2.2/python/gimpmodule.so %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.py %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyc %%PYTHON:%%libexec/gimp/2.2/python/gimpplugin.pyo +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.a +%%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.la %%PYTHON:%%libexec/gimp/2.2/python/gimpprocbrowsermodule.so %%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.py %%PYTHON:%%libexec/gimp/2.2/python/gimpshelf.pyc |