diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-24 05:34:39 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-24 05:34:39 +0800 |
commit | 1867be1cca9ad1c85464c55c45879a81062459e0 (patch) | |
tree | d5c968cdab7b732f0d570475b8e57c7a69b36325 /x11-wm/metacity-setup | |
parent | 9f025fe8d430711eeddfbd75125b2118b9317998 (diff) | |
download | freebsd-ports-gnome-1867be1cca9ad1c85464c55c45879a81062459e0.tar.gz freebsd-ports-gnome-1867be1cca9ad1c85464c55c45879a81062459e0.tar.zst freebsd-ports-gnome-1867be1cca9ad1c85464c55c45879a81062459e0.zip |
Fix LIB_DEPENDS.
Reported by: Albert Kinderman <albert.kinderman@csun.edu>
Diffstat (limited to 'x11-wm/metacity-setup')
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index aed1ac862fd7..f1b96876753e 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -13,8 +13,7 @@ DISTNAME= Metacity-setup-${PORTVERSION} MAINTAINER= marcus@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ - gconf-2:${PORTSDIR}/devel/gconf2 +LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui WRKSRC= ${WRKDIR}/Metacity-setup |