diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-06-02 12:28:24 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-06-02 12:28:24 +0800 |
commit | b383c40c5894d605d62d16d078cdd667833bff04 (patch) | |
tree | e7bba8c5908e7ebb994d72e3f43d5845b0c0925b /graphics | |
parent | 1be90439740dd5cf124e1d40cc5f80945c8c16d3 (diff) | |
download | freebsd-ports-gnome-b383c40c5894d605d62d16d078cdd667833bff04.tar.gz freebsd-ports-gnome-b383c40c5894d605d62d16d078cdd667833bff04.tar.zst freebsd-ports-gnome-b383c40c5894d605d62d16d078cdd667833bff04.zip |
- Add USE_GETTEXT, bump PORTREVISION
Diffstat (limited to 'graphics')
-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 \ |