aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-29 09:29:47 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-29 09:29:47 +0000
commit759b723ed51de1e9a4bfb8a907fd4ec26dfac169 (patch)
treebe61ca77fbe98eb8d8528e867b8611bac4a7de5b /graphics
parenteaa1697cfab5e60fa91303692da01539fb47a158 (diff)
downloadports-759b723ed51de1e9a4bfb8a907fd4ec26dfac169.tar.gz
ports-759b723ed51de1e9a4bfb8a907fd4ec26dfac169.zip
USES+=gettext unconditionally, making NLS optional still needs more work
PR: 247538 Approved by: Miguel Gocobachi <miguel@gocobachi.dev> (maintainer)
Notes
Notes: svn path=/head/; revision=540764
Diffstat (limited to 'graphics')
-rw-r--r--graphics/elementary-photos/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile
index 9394ddfe6f3d..2762f5bc8f45 100644
--- a/graphics/elementary-photos/Makefile
+++ b/graphics/elementary-photos/Makefile
@@ -30,8 +30,8 @@ LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \
libwebp.so:graphics/webp \
libxml2.so:textproc/libxml2
-USES= desktop-file-utils gnome meson ninja pkgconfig sqlite \
- xorg
+USES= desktop-file-utils gettext gnome meson ninja \
+ pkgconfig sqlite xorg
USE_GITHUB= yes
GH_ACCOUNT= elementary
GH_PROJECT= photos
@@ -43,10 +43,6 @@ USE_GSTREAMER1= yes
USE_LDCONFIG= yes
USE_XORG= x11
MESON_BUILD_DIR= build
-OPTIONS_DEFINE= NLS
-OPTIONS_SUB= yes
-
-NLS_USES= gettext
_ICONSDIR= ${STAGEDIR}${PREFIX}/share/icons/elementary-photos