diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 03:58:31 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-07 03:58:31 +0000 |
commit | 25abf4b4a7d028a535c39c871464a0cdc1879f16 (patch) | |
tree | 5618f5f9948e4990a372721ec2be2cf2b1db7674 /x11/wdm | |
parent | 868720826bcc73395a5f9506bfb13ac0164740f5 (diff) | |
download | ports-25abf4b4a7d028a535c39c871464a0cdc1879f16.tar.gz ports-25abf4b4a7d028a535c39c871464a0cdc1879f16.zip |
Notes
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 36bc04220cd0..fdf336126d5b 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 |