diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-02 07:46:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-02 07:46:01 +0000 |
commit | 518a58b792c4d1cc616c0073e2baf89606b96805 (patch) | |
tree | 2ebc1c44580578ad68244dd33bc795f2c9b02333 /x11-wm/e17-module-rmb | |
parent | bfb34f2ee83e8c0e6490df99f40cfb622a33ae14 (diff) | |
download | ports-518a58b792c4d1cc616c0073e2baf89606b96805.tar.gz ports-518a58b792c4d1cc616c0073e2baf89606b96805.zip |
Notes
Diffstat (limited to 'x11-wm/e17-module-rmb')
-rw-r--r-- | x11-wm/e17-module-rmb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/e17-module-rmb/Makefile b/x11-wm/e17-module-rmb/Makefile index 4bbe859dbf91..663d98e1f41c 100644 --- a/x11-wm/e17-module-rmb/Makefile +++ b/x11-wm/e17-module-rmb/Makefile @@ -16,9 +16,8 @@ BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= libtool_hack modarch_hack -USES= pkgconfig +USES= pkgconfig tar:bzip2 .include <bsd.port.mk> |