diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 15:02:58 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-21 15:02:58 +0000 |
commit | d03692c58fa8f6d2f540a45df952530cd32b1aba (patch) | |
tree | d51d635277d33ec3bde5b64e4478a3dc5993b47f /sysutils/gnomecontrolcenter2/Makefile | |
parent | configure was generating bogus `-R' and `-L' flags for the linker when (diff) |
Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter. Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
Diffstat (limited to 'sysutils/gnomecontrolcenter2/Makefile')
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/gnomecontrolcenter2/Makefile b/sysutils/gnomecontrolcenter2/Makefile index 3c0342227c17..ccab84e97b32 100644 --- a/sysutils/gnomecontrolcenter2/Makefile +++ b/sysutils/gnomecontrolcenter2/Makefile @@ -14,7 +14,7 @@ DISTNAME= control-center-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ +LIB_DEPENDS= gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas \ gnomevfs.0:${PORTSDIR}/devel/gnomevfs USE_X_PREFIX= yes |