diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-21 17:28:11 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-21 17:28:11 +0800 |
commit | 9d6db7756b3522383e26c55310e25329c3ab661e (patch) | |
tree | c0f963286fb9fa14775b04629fea88b00a5241b5 /x11 | |
parent | 21bf706f66c2666a396eb6ce52a067ab80fdcddd (diff) | |
download | freebsd-ports-gnome-9d6db7756b3522383e26c55310e25329c3ab661e.tar.gz freebsd-ports-gnome-9d6db7756b3522383e26c55310e25329c3ab661e.tar.zst freebsd-ports-gnome-9d6db7756b3522383e26c55310e25329c3ab661e.zip |
Unbroke: add missed gnomecanvas into LIB_DEPENDS.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 99b7cdba865f..4d179d6d0ff8 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -14,7 +14,8 @@ DISTNAME= gnome-core-${PORTVERSION} MAINTAINER?= gnome@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade +LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \ + gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio USE_X_PREFIX= yes |