diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-02-19 01:57:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-02-19 01:57:37 +0800 |
commit | 09e60ba8c61321aa79841ff77629fe28309a9d3f (patch) | |
tree | dd9dc672f7cbd654fc371e953ab479c13105a4b8 /x11/wdm | |
parent | 22c1b9328567c43ab3a0fcae49eb4fe9d07d808a (diff) | |
download | freebsd-ports-gnome-09e60ba8c61321aa79841ff77629fe28309a9d3f.tar.gz freebsd-ports-gnome-09e60ba8c61321aa79841ff77629fe28309a9d3f.tar.zst freebsd-ports-gnome-09e60ba8c61321aa79841ff77629fe28309a9d3f.zip |
Correct libPropList.
PR: ports/9979
Submitted by: KIRIYAMA Kazuhiko
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 8774d72cb5e1..2c1648694f91 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.17 1999/01/18 06:43:02 asami Exp $ +# $Id: Makefile,v 1.18 1999/01/23 07:05:29 vanilla Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -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.3:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff34 + tiff.4:${PORTSDIR}/graphics/tiff34 \ + PropList.1:${PORTSDIR}/devel/libPropList EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |