diff options
author | danfe <danfe@FreeBSD.org> | 2011-07-27 17:05:33 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-07-27 17:05:33 +0800 |
commit | c9deb7c194f5b4d3981786e6781db75d02b2d7b9 (patch) | |
tree | a1d2a0d9d81438bed035c2cdd6a098519bec13bc /graphics | |
parent | 9fec5b6aecbe52b6596c2c52913a4ff3d0bc3177 (diff) | |
download | freebsd-ports-graphics-c9deb7c194f5b4d3981786e6781db75d02b2d7b9.tar.gz freebsd-ports-graphics-c9deb7c194f5b4d3981786e6781db75d02b2d7b9.tar.zst freebsd-ports-graphics-c9deb7c194f5b4d3981786e6781db75d02b2d7b9.zip |
Enable NLS by default and bump port revision.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index c7ea6823671..2e6a5a2af27 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -7,6 +7,7 @@ PORTNAME= darktable PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF @@ -37,7 +38,7 @@ OPTIONS= GCONF "Enable GConf backend" off \ SLIDESHOW "Build OpenGL/SDL slideshow viewer" off \ KWALLET "Enable KWallet support (requires dbus-glib)" off \ GKEYRING "Enable GNOME Keyring support" off \ - NLS "Enable Native Language Support" off + NLS "Enable Native Language Support" on .include <bsd.port.pre.mk> |