diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-29 12:17:32 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-29 12:17:32 +0000 |
commit | 29de9b5413265f4e01fecbc9cc8795e0d8af0236 (patch) | |
tree | 36ada725f0a8c277fc58a6bf2856a7cc1a871506 /x11-toolkits | |
parent | 856f6b98554c30730dab16ef8ef1820a08d4d1cf (diff) | |
download | FreeBSD-ports-29de9b5413265f4e01fecbc9cc8795e0d8af0236.zip FreeBSD-ports-29de9b5413265f4e01fecbc9cc8795e0d8af0236.tar.gz |
Add a missing dependency.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 0236f0d..9ab7fdd 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -16,7 +16,8 @@ MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP} LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + panel_applet.4:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP} GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 0236f0d..9ab7fdd 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -16,7 +16,8 @@ MAINTAINER= nectar@FreeBSD.org BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP} LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ + panel_applet.4:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python ${PYGTK_DEP} GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |