diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-10-07 03:58:31 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-10-07 03:58:31 +0000 |
commit | 295fe4ee506e8ff5991a92664d3b4533d147baa5 (patch) | |
tree | 6e08cf8425218db491bbd7f7f9017cbcd423a083 /x11/wdm | |
parent | e76bbba9301f2613a854526d65d06e649b89c0a6 (diff) | |
download | FreeBSD-ports-295fe4ee506e8ff5991a92664d3b4533d147baa5.zip FreeBSD-ports-295fe4ee506e8ff5991a92664d3b4533d147baa5.tar.gz |
Use the updated libproplist shared library
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 36bc042..fdf3361 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ wraster.3:${PORTSDIR}/x11-wm/windowmaker \ - PropList.1:${PORTSDIR}/devel/libPropList + PropList.2:${PORTSDIR}/devel/libPropList EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |