diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-15 23:06:02 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-15 23:06:02 +0000 |
commit | 2bdd60f879f840e85673b29a28e1cd9447dc5bd4 (patch) | |
tree | e9140d14365c1a23298ef6dd871cd07e4aa86bfd /misc/gnomeutils2 | |
parent | 6a662c8cafb6f01099ddc034bbf408b34085764f (diff) | |
download | FreeBSD-ports-2bdd60f879f840e85673b29a28e1cd9447dc5bd4.zip FreeBSD-ports-2bdd60f879f840e85673b29a28e1cd9447dc5bd4.tar.gz |
Fix a dependency issue. The wrong library name was specified.
Submitted by: bento
Diffstat (limited to 'misc/gnomeutils2')
-rw-r--r-- | misc/gnomeutils2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index 739e3f8..93f0649d 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 |