diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-11-13 10:57:49 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-11-13 10:57:49 +0000 |
commit | 6fc40f69e2f878fa4d4e8b8a0ccfff283bb1495d (patch) | |
tree | b20457d0d0e4eb7e2ed3864e02477aac46c6bd00 | |
parent | ab233bc54fc52ca7517f96439b124c11a16f3273 (diff) |
x11-em/e16: fix USES and CONFIGURE_ARGS
Notes
Notes:
svn path=/head/; revision=517370
-rw-r--r-- | x11-wm/e16/Makefile | 8 |
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) |