diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 07:17:28 +0800 |
commit | 8627091e941c81e5e458d567f8fd12fa26bda610 (patch) | |
tree | 1aa7a15e46eb0a7b9ab82561c9f1804ba3082a99 /graphics | |
parent | 16313306ae3f533aa1a0733b9fddf9da1f4aad87 (diff) | |
download | freebsd-ports-gnome-8627091e941c81e5e458d567f8fd12fa26bda610.tar.gz freebsd-ports-gnome-8627091e941c81e5e458d567f8fd12fa26bda610.tar.zst freebsd-ports-gnome-8627091e941c81e5e458d567f8fd12fa26bda610.zip |
Fix OPTIONS_DEFAULT: remove NLS which is added by framework
- While I'm here, fix space/tab
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 2dbb83402f4a..b879a11f001f 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -49,10 +49,9 @@ PORTSCOUT= limitw:1,even MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= OPENMP NLS -OPTIONS_DEFAULT= NLS OPENMP_DESC= libraw uses OpenMP (implies GCC 4.9+) -NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_LIBS= -L${LOCALBASE}/lib -lintl |