diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-10 03:03:00 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-10 03:03:00 +0800 |
commit | 2b9d410d4720f0892bd99756048ec5bedc864ab4 (patch) | |
tree | 2967be41b42ca96d89c4d7ed744b40f52cbcd2bb | |
parent | a4d7c99e553f07bf31d1320357cc3e820439d10f (diff) | |
download | freebsd-ports-gnome-2b9d410d4720f0892bd99756048ec5bedc864ab4.tar.gz freebsd-ports-gnome-2b9d410d4720f0892bd99756048ec5bedc864ab4.tar.zst freebsd-ports-gnome-2b9d410d4720f0892bd99756048ec5bedc864ab4.zip |
add py-gtk2 to BUILD_DEPENDS
-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 |