diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-23 21:34:39 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-23 21:34:39 +0000 |
commit | 1867be1cca9ad1c85464c55c45879a81062459e0 (patch) | |
tree | d5c968cdab7b732f0d570475b8e57c7a69b36325 | |
parent | 9f025fe8d430711eeddfbd75125b2118b9317998 (diff) | |
download | FreeBSD-ports-1867be1cca9ad1c85464c55c45879a81062459e0.zip FreeBSD-ports-1867be1cca9ad1c85464c55c45879a81062459e0.tar.gz |
Fix LIB_DEPENDS.
Reported by: Albert Kinderman <albert.kinderman@csun.edu>
-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 aed1ac8..f1b9687 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 |