Date: Sat, 14 Dec 2013 19:09:34 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336473 - head/x11-wm/awesome2 Message-ID: <201312141909.rBEJ9YOT010554@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312141909.rBEJ9YOT010554>