aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e16
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2019-11-13 10:57:49 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2019-11-13 10:57:49 +0000
commit6fc40f69e2f878fa4d4e8b8a0ccfff283bb1495d (patch)
treeb20457d0d0e4eb7e2ed3864e02477aac46c6bd00 /x11-wm/e16
parentab233bc54fc52ca7517f96439b124c11a16f3273 (diff)
downloadports-6fc40f69e2f878fa4d4e8b8a0ccfff283bb1495d.tar.gz
ports-6fc40f69e2f878fa4d4e8b8a0ccfff283bb1495d.zip
x11-em/e16: fix USES and CONFIGURE_ARGS
Notes
Notes: svn path=/head/; revision=517370
Diffstat (limited to 'x11-wm/e16')
-rw-r--r--x11-wm/e16/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index 703a91395acc..5d9301080a36 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -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)