diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 18:34:14 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 18:34:14 +0800 |
commit | 5e68477fdca3becc68abb61fa02acbf53b0f68df (patch) | |
tree | 5eae06ca519080791dde797c88f1f2e2d8e5b078 /x11-wm | |
parent | 41d45f6a02cc57571cf664fe8361a93a5860ceee (diff) | |
download | freebsd-ports-gnome-5e68477fdca3becc68abb61fa02acbf53b0f68df.tar.gz freebsd-ports-gnome-5e68477fdca3becc68abb61fa02acbf53b0f68df.tar.zst freebsd-ports-gnome-5e68477fdca3becc68abb61fa02acbf53b0f68df.zip |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index c178182e3cc0..3ab016737e30 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms DIST_SUBDIR= e17 GNU_CONFIGURE= yes -USES= execinfo pathfix iconv gmake pkgconfig tar:bzip2 +USES= alias execinfo pathfix iconv gmake pkgconfig tar:bzip2 USE_EFL= eina eet evas ecore eio edbus efreet edje \ libtool_hack librt_hack modarch_hack USE_EFL_EVAS_LOADERS= eet jpeg png |