diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-16 02:15:41 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-16 02:15:41 +0800 |
commit | 0526e1166fdf02ddb3a017d939f6f30f0163b3ed (patch) | |
tree | 868a9715c96a13bdccfb255e1c2c179cb1c05e1a /x11-wm | |
parent | 4754489515e3053f83600627a88678a1b3991d94 (diff) | |
download | freebsd-ports-gnome-0526e1166fdf02ddb3a017d939f6f30f0163b3ed.tar.gz freebsd-ports-gnome-0526e1166fdf02ddb3a017d939f6f30f0163b3ed.tar.zst freebsd-ports-gnome-0526e1166fdf02ddb3a017d939f6f30f0163b3ed.zip |
Remove non-existing wmfun library from LIB_DEPENDS.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index f8f2cfb7c202..8899cafd96b2 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.4:${PORTSDIR}/graphics/png \ - wraster.4:${PORTSDIR}/x11-wm/windowmaker \ - wmfun.1:${PORTSDIR}/x11-wm/windowmaker + wraster.4:${PORTSDIR}/x11-wm/windowmaker USE_BZIP2= yes USE_X_PREFIX= yes |