diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-15 23:06:02 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-15 23:06:02 +0000 |
commit | 5bf848e9738d71eaec6bc3014e255d3ba39322a5 (patch) | |
tree | 98fda29dc9bc156ab928d2765b149924e6d03b14 /misc/gnomeutils2/Makefile | |
parent | o Use djbfft optimized FFT routines unless WITHOUT_DJBFFT is defined (diff) |
Fix a dependency issue. The wrong library name was specified.
Submitted by: bento
Diffstat (limited to 'misc/gnomeutils2/Makefile')
-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 739e3f89bdb6..93f0649d5e66 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 |