diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-02 16:33:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-02 16:33:55 +0000 |
commit | e9b237388094db9952bb57918d6d89c2ea79aeb5 (patch) | |
tree | 1ea4fc11eb722c6f7ae016090ce83758283fe13c /x11-wm | |
parent | 6d3ee5ac440beb716bdb47b2c34c5722e34b7677 (diff) | |
download | ports-e9b237388094db9952bb57918d6d89c2ea79aeb5.tar.gz ports-e9b237388094db9952bb57918d6d89c2ea79aeb5.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wmg/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 84756530c189..bdb7a1343152 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= nakai@FreeBSD.org .if defined(GNOME) -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs .endif LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/x11-wm/wmg/Makefile b/x11-wm/wmg/Makefile index 44bfca14cc49..22cd4bc14000 100644 --- a/x11-wm/wmg/Makefile +++ b/x11-wm/wmg/Makefile @@ -17,7 +17,7 @@ MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \ Xpm.4:${PORTSDIR}/graphics/xpm \ esd.2:${PORTSDIR}/audio/esound \ - gnome.3:${PORTSDIR}/x11/gnomelibs + gnome.4:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config |