svn commit: r540764 - head/graphics/elementary-photos

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Jun 29 09:29:48 UTC 2020


Author: lwhsu
Date: Mon Jun 29 09:29:47 2020
New Revision: 540764
URL: https://svnweb.freebsd.org/changeset/ports/540764

Log:
  USES+=gettext unconditionally, making NLS optional still needs more work
  
  PR:		247538
  Approved by:	Miguel Gocobachi <miguel at gocobachi.dev> (maintainer)

Modified:
  head/graphics/elementary-photos/Makefile

Modified: head/graphics/elementary-photos/Makefile
==============================================================================
--- head/graphics/elementary-photos/Makefile	Mon Jun 29 08:59:32 2020	(r540763)
+++ head/graphics/elementary-photos/Makefile	Mon Jun 29 09:29:47 2020	(r540764)
@@ -30,8 +30,8 @@ LIB_DEPENDS=	libaccounts-glib.so:net-im/libaccounts-gl
 		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
 


More information about the svn-ports-all mailing list