aboutsummaryrefslogtreecommitdiff
path: root/x11/libexo
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2007-02-09 19:03:00 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2007-02-09 19:03:00 +0000
commitb46060a1d95286b029cb7f96338e017433813ea4 (patch)
treeafe63731cae95b04428d31e88fb06b2fa2b729ee /x11/libexo
parent8c1ef3292fd261803d56707c5591fa4ef0e13567 (diff)
downloadports-b46060a1d95286b029cb7f96338e017433813ea4.tar.gz
ports-b46060a1d95286b029cb7f96338e017433813ea4.zip
add py-gtk2 to BUILD_DEPENDS
Notes
Notes: svn path=/head/; revision=184730
Diffstat (limited to 'x11/libexo')
-rw-r--r--x11/libexo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile
index f8e848cb858c..92f1934f2a8a 100644
--- a/x11/libexo/Makefile
+++ b/x11/libexo/Makefile
@@ -54,14 +54,14 @@ CONFIGURE_ARGS+=--disable-gtk-doc
PLIST_SUB+= GTK_DOC="@comment "
.endif
-.if defined(WITH_HAL)
+.if !defined(WITHOUT_HAL)
CONFIGURE_ARGS+=--enable-hal
LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
.else
CONFIGURE_ARGS+=--disable-hal
.endif
-.if defined(WITH_NOTIFY)
+.if !defined(WITHOUT_NOTIFY)
CONFIGURE_ARGS+=--enable-notifications
LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
PLIST_SUB+= NOTIFY=""
@@ -74,6 +74,7 @@ PLIST_SUB+= NOTIFY="@comment "
CONFIGURE_ARGS+=--enable-python
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"
+BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2
PLIST_SUB+= PYTHON=""
.else