diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 21:01:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 21:01:05 +0000 |
commit | 87083f909a553b7e67abed3c9d534b7b45cea35c (patch) | |
tree | 64b8648d7e68e4d95daa853ad9cd6240b06f6155 /x11/wdm | |
parent | 9839a76e83955bba4c9a1b0c9d85d7e27b3fef99 (diff) | |
download | ports-87083f909a553b7e67abed3c9d534b7b45cea35c.tar.gz ports-87083f909a553b7e67abed3c9d534b7b45cea35c.zip |
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index c533c6974fa0..3255c741ba6a 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.9 1998/09/19 01:33:48 steve Exp $ +# $Id: Makefile,v 1.10 1998/09/23 07:14:36 tg Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 @@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ tiff34.1:${PORTSDIR}/graphics/tiff34 \ - PropList\\.0\\.8:${PORTSDIR}/x11-wm/windowmaker + PropList.0:${PORTSDIR}/x11-wm/windowmaker EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DIST_SUBDIR= wdm |