diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 05:01:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 05:01:05 +0800 |
commit | 27e47295041ceb542440fbaf6ffaeefd039b0a23 (patch) | |
tree | 477ae1215b04343751ca3e5d25ba1db7b3331a2c /x11 | |
parent | 14302585a4002f58947458fef68dbcdfb3c8a4e6 (diff) | |
download | freebsd-ports-gnome-27e47295041ceb542440fbaf6ffaeefd039b0a23.tar.gz freebsd-ports-gnome-27e47295041ceb542440fbaf6ffaeefd039b0a23.tar.zst freebsd-ports-gnome-27e47295041ceb542440fbaf6ffaeefd039b0a23.zip |
Remove regexp support for windowmaker libraries.
Diffstat (limited to 'x11')
-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 |