diff options
author | tg <tg@FreeBSD.org> | 1998-11-25 00:06:23 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-25 00:06:23 +0800 |
commit | 09b1cd87774478ff7ea4b5e8b0fa4eddd81861e3 (patch) | |
tree | da0e2b67c74964efc571b18251b98330aeddb687 /x11/wdm | |
parent | 4f61500f60447a22aade07e055f38a8f6a8d6e5a (diff) | |
download | freebsd-ports-gnome-09b1cd87774478ff7ea4b5e8b0fa4eddd81861e3.tar.gz freebsd-ports-gnome-09b1cd87774478ff7ea4b5e8b0fa4eddd81861e3.tar.zst freebsd-ports-gnome-09b1cd87774478ff7ea4b5e8b0fa4eddd81861e3.zip |
Use the static libPropList.
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 1d368721cd60..a9f3bb672823 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.12 1998/09/29 11:46:34 tg Exp $ +# $Id: Makefile,v 1.13 1998/10/01 07:39:33 tg Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 @@ -14,12 +14,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC} MAINTAINER= ports@FreeBSD.ORG +BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff34.1:${PORTSDIR}/graphics/tiff34 \ - PropList.0:${PORTSDIR}/x11-wm/windowmaker + tiff34.1:${PORTSDIR}/graphics/tiff34 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |