diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-16 07:06:02 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-16 07:06:02 +0800 |
commit | 2bdd60f879f840e85673b29a28e1cd9447dc5bd4 (patch) | |
tree | e9140d14365c1a23298ef6dd871cd07e4aa86bfd | |
parent | 6a662c8cafb6f01099ddc034bbf408b34085764f (diff) | |
download | freebsd-ports-graphics-2bdd60f879f840e85673b29a28e1cd9447dc5bd4.tar.gz freebsd-ports-graphics-2bdd60f879f840e85673b29a28e1cd9447dc5bd4.tar.zst freebsd-ports-graphics-2bdd60f879f840e85673b29a28e1cd9447dc5bd4.zip |
Fix a dependency issue. The wrong library name was specified.
Submitted by: bento
-rw-r--r-- | deskutils/gnome-utils/Makefile | 2 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 2 | ||||
-rw-r--r-- | misc/gnomeutils2/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 739e3f89bdb..93f0649d5e6 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= panel-menu.0:${PORTSDIR}/x11/gnomepanel +LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 739e3f89bdb..93f0649d5e6 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= panel-menu.0:${PORTSDIR}/x11/gnomepanel +LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 739e3f89bdb..93f0649d5e6 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= panel-menu.0:${PORTSDIR}/x11/gnomepanel +LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel USE_BZIP2= yes USE_X_PREFIX= yes |