diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-23 21:34:39 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-23 21:34:39 +0000 |
commit | 52cc034e89ec1c9bb688c6b17513311efae31bb2 (patch) | |
tree | 9d5f1fd699200d68cff4bbf4cb6e4107c833b550 /x11-wm | |
parent | Revive amanda-client and amanda-server. These are not the old (diff) |
Fix LIB_DEPENDS.
Reported by: Albert Kinderman <albert.kinderman@csun.edu>
Notes
Notes:
svn path=/head/; revision=59825
Diffstat (limited to 'x11-wm')
-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 |