diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 16:28:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 16:28:48 +0000 |
commit | 20f9d258f25b13b6cb6b564f2577c8c713824041 (patch) | |
tree | a9c8ab5d5949a83b1e50991a116fc7a5d8e8accb | |
parent | Convert to USES=autoreconf (diff) |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=390255
-rw-r--r-- | x11-wm/enlightenment/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index a9a08179b6db..aa6ec1baaeee 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl \ RUN_DEPENDS= ${LOCALBASE}/lib/evas/utils/evas_image_loader.svg:${PORTSDIR}/graphics/evas_generic_loaders-svg DIST_SUBDIR= enlightenment -USE_AUTOTOOLS= autoconf aclocal GNU_CONFIGURE= yes -USES= alias desktop-file-utils execinfo libtool pathfix iconv gmake \ - pkgconfig tar:xz +USES= alias autoreconf desktop-file-utils execinfo libtool pathfix \ + iconv gmake pkgconfig tar:xz USE_LDCONFIG= yes INSTALL_TARGET= install-strip SUB_FILES= pkg-message |