diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-30 23:21:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-30 23:21:16 +0800 |
commit | 48abc5ae2bb9a78448d77db4c35121cd888b1088 (patch) | |
tree | de27f90e03f7dd79af32a2c3d80d85f89e2e2e3c | |
parent | ca47401ede443295a92c51560641644d4eef74b4 (diff) | |
download | freebsd-ports-graphics-48abc5ae2bb9a78448d77db4c35121cd888b1088.tar.gz freebsd-ports-graphics-48abc5ae2bb9a78448d77db4c35121cd888b1088.tar.zst freebsd-ports-graphics-48abc5ae2bb9a78448d77db4c35121cd888b1088.zip |
Replace USE_AUTOTOOLS=libtool and USE_EFL=libtool_hack with USES=libtool
and CONFIGURE_ARGS=--disable-static.
-rw-r--r-- | x11-wm/e17-module-eektool/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/e17-module-eektool/pkg-descr | 2 | ||||
-rw-r--r-- | x11-wm/e17-module-eektool/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/e17-module-eektool/Makefile b/x11-wm/e17-module-eektool/Makefile index 8bd06f23423..bc6d32a76bb 100644 --- a/x11-wm/e17-module-eektool/Makefile +++ b/x11-wm/e17-module-eektool/Makefile @@ -3,21 +3,22 @@ PORTNAME= eektool PORTVERSION= 20130510 +PORTREVISION= 1 CATEGORIES= x11-wm enlightenment MASTER_SITES= LOCAL/gblach/e17/modules/ PKGNAMEPREFIX= e17-module- MAINTAINER= gblach@FreeBSD.org -COMMENT= An e17 module to execute shell command and display the output +COMMENT= e17 module to execute shell command and display the output BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment DIST_SUBDIR= e17 -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USES= gmake pkgconfig tar:bzip2 -USE_EFL= edje libtool_hack modarch_hack +CONFIGURE_ARGS= --disable-static +USES= gmake libtool pkgconfig tar:bzip2 +USE_EFL= edje modarch_hack OPTIONS_DEFINE= NLS diff --git a/x11-wm/e17-module-eektool/pkg-descr b/x11-wm/e17-module-eektool/pkg-descr index 11472bd9c5b..a4bf06c0811 100644 --- a/x11-wm/e17-module-eektool/pkg-descr +++ b/x11-wm/e17-module-eektool/pkg-descr @@ -1,3 +1,3 @@ Execute a shell command and display the output. -WWW: http://www.enlightenment.org/ +WWW: http://www.enlightenment.org/ diff --git a/x11-wm/e17-module-eektool/pkg-plist b/x11-wm/e17-module-eektool/pkg-plist index 450930f55a7..da215ce19b0 100644 --- a/x11-wm/e17-module-eektool/pkg-plist +++ b/x11-wm/e17-module-eektool/pkg-plist @@ -1,7 +1,5 @@ lib/enlightenment/modules/eektool/module.desktop lib/enlightenment/modules/eektool/e-module-eektool.edj -lib/enlightenment/modules/eektool/%%E17_ARCH%%/module.a -lib/enlightenment/modules/eektool/%%E17_ARCH%%/module.la lib/enlightenment/modules/eektool/%%E17_ARCH%%/module.so lib/enlightenment/modules/eektool/images/icon.png %%NLS%%lib/enlightenment/modules/eektool/locale/de/LC_MESSAGES/eektool.mo |