diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-05-01 01:23:20 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-05-01 01:23:20 +0000 |
commit | 18706254955fd70c72534ddf5fe47e446ab9b2ee (patch) | |
tree | c1a94edd3887ead1d2ea1bf8b1e6caaf7614cf72 | |
parent | Remove ktranslator (diff) |
wdm needed to depend on libraries installed with WindowMaker.
PR: 11419
Submitted by: cpiazza@home.net
Notes
Notes:
svn path=/head/; revision=18249
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index a3a00bb06769..aaacb181c2e2 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -3,7 +3,7 @@ # Date created: August 31, 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.19 1999/02/18 17:57:37 vanilla Exp $ +# $Id: Makefile,v 1.20 1999/04/13 06:48:44 mharo Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -14,12 +14,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC} MAINTAINER= ports@FreeBSD.ORG +BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 \ PropList.1:${PORTSDIR}/devel/libPropList +RUN_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |