aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-16 05:50:25 +0800
committerwg <wg@FreeBSD.org>2013-12-16 05:50:25 +0800
commit27f3652ebfab3611f56a20c56af2c1ac7c1a8fcb (patch)
treed5e3b28acdf88f9d0d500f371064778d1d5d2288 /x11-wm
parent163e2c684c2aa2116bd99527c0d013dba148eb9e (diff)
downloadfreebsd-ports-gnome-27f3652ebfab3611f56a20c56af2c1ac7c1a8fcb.tar.gz
freebsd-ports-gnome-27f3652ebfab3611f56a20c56af2c1ac7c1a8fcb.tar.zst
freebsd-ports-gnome-27f3652ebfab3611f56a20c56af2c1ac7c1a8fcb.zip
x11-wm/ede: depends explicitly on "python" to build
Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ede/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/ede/Makefile b/x11-wm/ede/Makefile
index 24826270d00d..378cb2c3b69a 100644
--- a/x11-wm/ede/Makefile
+++ b/x11-wm/ede/Makefile
@@ -16,7 +16,8 @@ COMMENT= Equinox Desktop Environment
LICENSE= GPLv2 LGPL20
LICENSE_COMB= multi
-BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \
+BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
+ doxygen:${PORTSDIR}/devel/doxygen \
jam:${PORTSDIR}/devel/jam \
update-mime-database:${PORTSDIR}/misc/shared-mime-info
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \