diff options
author | asami <asami@FreeBSD.org> | 1999-10-11 11:53:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-10-11 11:53:32 +0000 |
commit | ad7791dc5db91bcbba0535e35403d76376129928 (patch) | |
tree | 8a8d2c3ff4b6b59e564e31b6fc5b236e853b9f44 /x11-wm/wmakerconf | |
parent | 62030db6a9830a1f09d8ad7daee018b9db3ec104 (diff) | |
download | FreeBSD-ports-ad7791dc5db91bcbba0535e35403d76376129928.zip FreeBSD-ports-ad7791dc5db91bcbba0535e35403d76376129928.tar.gz |
Fix PropList shlib version. Along with Imlib, it was actually broken in
rev. 1.7 by dan. (Apologies to Nakai-san.)
Diffstat (limited to 'x11-wm/wmakerconf')
-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 3fe747c..2c7b292 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib \ - PropList.1:${PORTSDIR}/devel/libPropList \ + PropList.2:${PORTSDIR}/devel/libPropList \ Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ |