diff options
author | tg <tg@FreeBSD.org> | 2000-02-16 21:08:25 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-02-16 21:08:25 +0800 |
commit | 36fd4109b2c64b7252abbb004bf7cdf817157e31 (patch) | |
tree | b32e7eea1384bdd6eb7363e3c8b5004d4a22610e /x11-wm | |
parent | 8f60ee818652157b18573fe509f4bc8bf16ea02f (diff) | |
download | freebsd-ports-gnome-36fd4109b2c64b7252abbb004bf7cdf817157e31.tar.gz freebsd-ports-gnome-36fd4109b2c64b7252abbb004bf7cdf817157e31.tar.zst freebsd-ports-gnome-36fd4109b2c64b7252abbb004bf7cdf817157e31.zip |
Fix LIB_DEPENDS; libwmfun is now part of the windowmaker port.
PR: 16727
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 800ba717a8c2..9987568757b2 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ tiff.4:${PORTSDIR}/graphics/tiff \ png.3:${PORTSDIR}/graphics/png \ wraster.3:${PORTSDIR}/x11-wm/windowmaker \ - wmfun.0:${PORTSDIR}/x11-wm/libwmfun + wmfun.0:${PORTSDIR}/x11-wm/windowmaker BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget |