diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-07 01:57:36 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-07 01:57:36 +0000 |
commit | f744bf2780e6bfb8a751f585b8d906ee68f84ab3 (patch) | |
tree | 310b336e9720954c262637be184513b18d932ea7 /x11-wm/icewm | |
parent | Install the manpages in ${PREFIX}/man instead of always in /usr/local/man. (diff) |
This port depends on libgnome.so.2 and not version 1.
PR: 12065
Submitted by: John Baldwin <jobaldwi@vt.edu>
Notes
Notes:
svn path=/head/; revision=19282
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index ef590137e3ea..14fe9babed29 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.35 1999/05/09 16:32:13 steve Exp $ +# $Id: Makefile,v 1.36 1999/05/16 23:20:18 mharo Exp $ # DISTNAME= icewm-0.9.39 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= nacai@iname.com .if defined(GNOME) -LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs .endif LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm |