diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-12-14 19:09:34 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-12-14 19:09:34 +0000 |
commit | ca76f01176a3a5ca8e79d10c8676c2ae9a108885 (patch) | |
tree | adfd42f0e80b8f3ff21319897a36f6c7be7f4954 /x11-wm/awesome2 | |
parent | a61f6c395d66df3ddb2dc24405859d36188cf855 (diff) |
Notes
Diffstat (limited to 'x11-wm/awesome2')
-rw-r--r-- | x11-wm/awesome2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile index a74855481fa8..6354f19a1cbb 100644 --- a/x11-wm/awesome2/Makefile +++ b/x11-wm/awesome2/Makefile @@ -19,8 +19,10 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ USES= iconv pkgconfig GNU_CONFIGURE= yes +CONFIGURE_ENV= PYTHON=${PYTHON_CMD} USE_EFL= imlib2 USE_GNOME= pango +USE_PYTHON_BUILD= yes USE_XORG= x11 xft xext xinerama xt xrandr xproto LDFLAGS+= -lX11 -lXext ${ICONV_LIB} |