diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-15 18:15:41 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-15 18:15:41 +0000 |
commit | 0526e1166fdf02ddb3a017d939f6f30f0163b3ed (patch) | |
tree | 868a9715c96a13bdccfb255e1c2c179cb1c05e1a /x11-wm/wmakerconf | |
parent | 4754489515e3053f83600627a88678a1b3991d94 (diff) | |
download | FreeBSD-ports-0526e1166fdf02ddb3a017d939f6f30f0163b3ed.zip FreeBSD-ports-0526e1166fdf02ddb3a017d939f6f30f0163b3ed.tar.gz |
Remove non-existing wmfun library from LIB_DEPENDS.
Diffstat (limited to 'x11-wm/wmakerconf')
-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 f8f2cfb..8899caf 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 |