diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-09 19:03:00 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-09 19:03:00 +0000 |
commit | b46060a1d95286b029cb7f96338e017433813ea4 (patch) | |
tree | afe63731cae95b04428d31e88fb06b2fa2b729ee /x11 | |
parent | 8c1ef3292fd261803d56707c5591fa4ef0e13567 (diff) | |
download | ports-b46060a1d95286b029cb7f96338e017433813ea4.tar.gz ports-b46060a1d95286b029cb7f96338e017433813ea4.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libexo/Makefile | 5 |
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 |