svn commit: r336473 - head/x11-wm/awesome2
William Grzybowski
wg at FreeBSD.org
Sat Dec 14 19:09:35 UTC 2013
Author: wg
Date: Sat Dec 14 19:09:34 2013
New Revision: 336473
URL: http://svnweb.freebsd.org/changeset/ports/336473
Log:
x11-wm/awesome2: fix usage of python
- It is a build dependency for the manpages
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Modified:
head/x11-wm/awesome2/Makefile
Modified: head/x11-wm/awesome2/Makefile
==============================================================================
--- head/x11-wm/awesome2/Makefile Sat Dec 14 19:06:52 2013 (r336472)
+++ head/x11-wm/awesome2/Makefile Sat Dec 14 19:09:34 2013 (r336473)
@@ -19,8 +19,10 @@ LIB_DEPENDS= confuse.0:${PORTSDIR}/devel
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}
More information about the svn-ports-all
mailing list