summaryrefslogtreecommitdiff
path: root/x11-wm/e16/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/e16/Makefile')
-rw-r--r--x11-wm/e16/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile
index 28c5e43686bb..b221afd7ac9e 100644
--- a/x11-wm/e16/Makefile
+++ b/x11-wm/e16/Makefile
@@ -1,6 +1,5 @@
PORTNAME= e16
-PORTVERSION= 1.0.30
-PORTREVISION= 2
+PORTVERSION= 1.0.31
CATEGORIES= x11-wm enlightenment
MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION}/
@@ -14,9 +13,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libImlib2.so:graphics/imlib2 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
- libharfbuzz.so:print/harfbuzz
+ libharfbuzz.so:print/harfbuzz \
+ libdbus-1.so:devel/dbus
-USES= autoreconf desktop-file-utils gettext-tools gmake iconv \
+USES= desktop-file-utils gettext-tools gmake iconv \
libtool gnome perl5 pkgconfig python:run shebangfix xorg
INSTALL_TARGET= install-strip
@@ -61,7 +61,6 @@ SHEBANG_FILES= scripts/e_gen_menu
CFLAGS+= -Wno-unused-parameter -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--disable-dependency-tracking --disable-rpath \
--enable-mans SHELL=/bin/sh
@@ -69,11 +68,4 @@ CONFIGURE_ARGS+=--disable-dependency-tracking --disable-rpath \
CONFIGURE_ARGS+=--enable-sound=no --with-sndldr=none
.endif
-post-patch:
- ${REINPLACE_CMD} -e '/dl, dlopen/d' ${WRKSRC}/configure.ac
-
-post-patch-DOCS-off:
- ${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \
- ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>