diff options
author | ade <ade@FreeBSD.org> | 2001-05-21 23:02:58 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-21 23:02:58 +0800 |
commit | a698305db61851f480dde97e309e0e9b0d45395c (patch) | |
tree | 996b2d563d12f04ab2301fd9ce1e7ca82fee79a2 | |
parent | 1a79756eb27267f840a6d6a8ff0c8c3ea88b9f3d (diff) | |
download | freebsd-ports-gnome-a698305db61851f480dde97e309e0e9b0d45395c.tar.gz freebsd-ports-gnome-a698305db61851f480dde97e309e0e9b0d45395c.tar.zst freebsd-ports-gnome-a698305db61851f480dde97e309e0e9b0d45395c.zip |
Move gnomecanvas dependency from x11/gnomecore to
sysutils/gnomecontrolcenter. Wierd stuff[tm] was happening
with the nightly build after the change that I missed.
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter/Makefile | 2 | ||||
-rw-r--r-- | sysutils/gnomecontrolcenter2/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 3 |
5 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 3c0342227c17..ccab84e97b32 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/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 diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index 3c0342227c17..ccab84e97b32 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/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 diff --git a/sysutils/gnomecontrolcenter/Makefile b/sysutils/gnomecontrolcenter/Makefile index 3c0342227c17..ccab84e97b32 100644 --- a/sysutils/gnomecontrolcenter/Makefile +++ b/sysutils/gnomecontrolcenter/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 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 diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 4d179d6d0ff8..99b7cdba865f 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -14,8 +14,7 @@ DISTNAME= gnome-core-${PORTVERSION} MAINTAINER?= gnome@FreeBSD.org -LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \ - gnomecanvaspixbuf.1:${PORTSDIR}/graphics/gnomecanvas +LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio USE_X_PREFIX= yes |