diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-11-06 20:22:11 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-11-06 20:22:11 +0800 |
commit | 5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc (patch) | |
tree | 5c168bf0c45beba9adec5164ab94e9aeaa2ab275 /x11 | |
parent | 288816d50d8762d142281dd39fe21771615ae9b3 (diff) | |
download | freebsd-ports-gnome-5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc.tar.gz freebsd-ports-gnome-5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc.tar.zst freebsd-ports-gnome-5ea0520ebc3a3a4ab55e5434228b7e7bd88606fc.zip |
wdm also depends on libPropList, but WindowMaker 0.70 no longer includes it.
Diffstat (limited to 'x11')
-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 4a903a7d9823..b0e73064077c 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 |