diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2018-09-11 09:11:29 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2018-09-11 09:11:29 +0000 |
commit | 99c9601565b2c169bc7761ad6f849688ede6add9 (patch) | |
tree | 04fa66b27c799486c58ece7f93c7384ed5f572be /x11-wm | |
parent | bd13426bddcd82b15edc1b0f3da3b87e78b961c0 (diff) | |
download | ports-99c9601565b2c169bc7761ad6f849688ede6add9.tar.gz ports-99c9601565b2c169bc7761ad6f849688ede6add9.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 59d6dfa2871b..3d2d298617e8 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -30,7 +30,7 @@ PANGO_CONFIGURE_ENABLE= pango DOCS_CONFIGURE_ON= --enable-docs=yes DOCS_CONFIGURE_OFF= --enable-docs=no -USES= gmake iconv libtool gnome perl5 pkgconfig shebangfix +USES= autoreconf gmake iconv libtool gnome perl5 pkgconfig shebangfix USE_XORG= ice sm xorgproto x11 xbitmaps \ xcomposite xdamage xext xfixes xft xinerama xrandr xrender \ @@ -45,6 +45,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ post-patch: ${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \ ${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in + ${REINPLACE_CMD} -e '/dl, dlopen/d' ${WRKSRC}/configure.ac post-patch-DOCS-off: ${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \ |