diff options
author | ade <ade@FreeBSD.org> | 2000-06-02 16:33:55 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-02 16:33:55 +0000 |
commit | d1209479433780c6a8bcb6838442b850c5ce766d (patch) | |
tree | 0779323015e9d55247366aa5205a43c426edbb96 /x11-wm | |
parent | 796783193f6caf59cfa71e3dc30c6ad16a187ce5 (diff) | |
download | FreeBSD-ports-d1209479433780c6a8bcb6838442b850c5ce766d.zip FreeBSD-ports-d1209479433780c6a8bcb6838442b850c5ce766d.tar.gz |
Missed a few ports in the GNOME 1.2 update
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 8475653..bdb7a13 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 44bfca1..22cd4bc 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 |