diff options
author | nectar <nectar@FreeBSD.org> | 2000-06-29 20:17:32 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2000-06-29 20:17:32 +0800 |
commit | 29de9b5413265f4e01fecbc9cc8795e0d8af0236 (patch) | |
tree | 36ada725f0a8c277fc58a6bf2856a7cc1a871506 /x11-toolkits/py-gnome | |
parent | 856f6b98554c30730dab16ef8ef1820a08d4d1cf (diff) | |
download | freebsd-ports-gnome-29de9b5413265f4e01fecbc9cc8795e0d8af0236.tar.gz freebsd-ports-gnome-29de9b5413265f4e01fecbc9cc8795e0d8af0236.tar.zst freebsd-ports-gnome-29de9b5413265f4e01fecbc9cc8795e0d8af0236.zip |
Add a missing dependency.
Diffstat (limited to 'x11-toolkits/py-gnome')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 0236f0d24734..9ab7fdd095a7 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 |