diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 18:34:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 18:34:14 +0800 |
commit | 0d63635f1a82fa7c92a120c79ee0fb439e636b7f (patch) | |
tree | 5eae06ca519080791dde797c88f1f2e2d8e5b078 /x11-wm | |
parent | d8c9d6f088fac7bc50a1f9d781c5d2255f576db5 (diff) | |
download | freebsd-ports-gnome-0d63635f1a82fa7c92a120c79ee0fb439e636b7f.tar.gz freebsd-ports-gnome-0d63635f1a82fa7c92a120c79ee0fb439e636b7f.tar.zst freebsd-ports-gnome-0d63635f1a82fa7c92a120c79ee0fb439e636b7f.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 |