diff options
author | nakai <nakai@FreeBSD.org> | 1999-12-01 17:34:00 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-12-01 17:34:00 +0800 |
commit | 9c7597f1635b1929290aee18a7418c28da343c8d (patch) | |
tree | 07833f47022d7749ca8befdd3e634f53f19da904 /x11-wm/icewm | |
parent | 27431b2cd442462367b45a83b84da7a601569a6d (diff) | |
download | freebsd-ports-gnome-9c7597f1635b1929290aee18a7418c28da343c8d.tar.gz freebsd-ports-gnome-9c7597f1635b1929290aee18a7418c28da343c8d.tar.zst freebsd-ports-gnome-9c7597f1635b1929290aee18a7418c28da343c8d.zip |
Use gnome.3
PR: ports/15112
Submitted by: Alex D. Chen <dhchen@ilh.dorm9.nccu.edu.tw>
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 1047a75ffc4c..d20e653e8358 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.2:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs .endif LIB_DEPENDS+= Xpm.4:${PORTSDIR}/graphics/xpm |