diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-06-02 04:28:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-06-02 04:28:24 +0000 |
commit | 0e9578388796dcd17a4e65ec297ae6e932f216c5 (patch) | |
tree | eb0bbce16b6ab1f9cddd24f5b6e6502b286745e9 /graphics/gimp-resynthesizer/Makefile | |
parent | 6fd4e78576865380249212bdcb874744c2141009 (diff) | |
download | ports-0e9578388796dcd17a4e65ec297ae6e932f216c5.tar.gz ports-0e9578388796dcd17a4e65ec297ae6e932f216c5.zip |
Notes
Diffstat (limited to 'graphics/gimp-resynthesizer/Makefile')
-rw-r--r-- | graphics/gimp-resynthesizer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 681887973d1f..ae4e8111ce29 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -7,6 +7,7 @@ PORTNAME= resynthesizer PORTVERSION= 0.16 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.logarithmic.net/pfh-files/resynthesizer/ \ http://mirror.amdmi3.ru/distfiles/ @@ -21,6 +22,7 @@ GIMPTOOL?= gimptool-2.0 PLUGINS_DIR?= libexec/gimp/2.2/plug-ins SCRIPTS_DIR?= share/gimp/scripts +USE_GETTEXT= yes MAKE_JOBS_SAFE= yes PLIST_FILES= ${PLUGINS_DIR}/resynth \ ${SCRIPTS_DIR}/smart-enlarge.scm \ |