Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2019 10:57:49 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517370 - head/x11-wm/e16
Message-ID:  <201911131057.xADAvnob082820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Nov 13 10:57:49 2019
New Revision: 517370
URL: https://svnweb.freebsd.org/changeset/ports/517370

Log:
  x11-em/e16: fix USES and CONFIGURE_ARGS

Modified:
  head/x11-wm/e16/Makefile

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Wed Nov 13 10:33:46 2019	(r517369)
+++ head/x11-wm/e16/Makefile	Wed Nov 13 10:57:49 2019	(r517370)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		autoreconf gmake iconv libtool gnome perl5 pkgconfig \
-		shebangfix xorg
+USES=		autoreconf gettext-tools gmake iconv libtool gnome perl5 \
+		pkgconfig shebangfix xorg
 
 INSTALL_TARGET=	install-strip
 
@@ -45,8 +45,6 @@ DOCS_CONFIGURE_ON=	--enable-docs=yes
 DOCS_CONFIGURE_OFF=	--enable-docs=no
 
 .include <bsd.port.options.mk>
-USES=		autoreconf gmake iconv libtool gnome perl5 pkgconfig \
-		shebangfix xorg
 
 # Double check SOUND and SOUNDLOADER
 E16_SOUND=	${PORT_OPTIONS:MPULSEAUDIO}${PORT_OPTIONS:MSNDIO}
@@ -64,7 +62,7 @@ SHEBANG_FILES=	scripts/e_gen_menu
 CFLAGS+=	-Wno-unused-parameter -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-dependency-tracking  --disable-rpath \
+CONFIGURE_ARGS+=--disable-dependency-tracking  --disable-rpath \
 		--enable-mans SHELL=/bin/sh
 
 .if empty(E16_SOUND) && empty(E16_SNDLDR)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911131057.xADAvnob082820>