1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

add py-gtk2 to BUILD_DEPENDS

This commit is contained in:
Oliver Lehmann 2007-02-09 19:03:00 +00:00
parent 8c1ef3292f
commit b46060a1d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184730

View File

@ -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