diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-11-06 12:22:11 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-11-06 12:22:11 +0000 |
commit | 5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc (patch) | |
tree | 5c168bf0c45beba9adec5164ab94e9aeaa2ab275 /x11/wdm | |
parent | 288816d50d8762d142281dd39fe21771615ae9b3 (diff) | |
download | FreeBSD-ports-5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc.zip FreeBSD-ports-5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc.tar.gz |
wdm also depends on libPropList, but WindowMaker 0.70 no longer includes it.
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 4a903a7..b0e7306 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -15,7 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker +LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker \ + PropList.2:${PORTSDIR}/devel/libPropList DIST_SUBDIR= wdm USE_X_PREFIX= yes |