diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-04 08:01:18 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-04 08:01:18 +0000 |
commit | fd9ddf7840e279547fb4ac20791dfc3af619d0de (patch) | |
tree | 0b7f07836e59ea557d7452f2086efdb30e6fdf30 /x11/wdm | |
parent | 55f83e6f8a28b3993b35205f1803672749d91089 (diff) | |
download | ports-fd9ddf7840e279547fb4ac20791dfc3af619d0de.tar.gz ports-fd9ddf7840e279547fb4ac20791dfc3af619d0de.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 35d6c4ee5381..02bfff80c6c8 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.21 1999/05/01 01:23:20 mharo Exp $ +# $Id: Makefile,v 1.22 1999/05/01 03:36:57 mharo Exp $ DISTNAME= wdm-1.0 CATEGORIES= x11 windowmaker @@ -19,7 +19,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 \ - wraster.2:${PORTSDIR}/x11-wm/windowmaker \ + wraster.3:${PORTSDIR}/x11-wm/windowmaker \ PropList.1:${PORTSDIR}/devel/libPropList EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |