diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-19 01:33:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-19 01:33:49 +0000 |
commit | dcf1287e4dd227b8941d70abdccc652873302ce3 (patch) | |
tree | 632859bce32dd8fbb243b9c270b1ad83f448c80a /x11/wdm/Makefile | |
parent | Use files/manpages and MLINKS. (diff) |
giflib is now converted to ELF so remove regexp support.
Diffstat (limited to 'x11/wdm/Makefile')
-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 6b60dc6ee00d..2c4aabe96540 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.7 1998/09/17 00:33:00 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/17 00:50:52 asami Exp $ DISTNAME= wdm-0.90 CATEGORIES= x11 @@ -15,10 +15,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DAEMONPIC} MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gif\\.3\\.:${PORTSDIR}/graphics/giflib \ + gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.2:${PORTSDIR}/graphics/png \ - tiff34\\.1:${PORTSDIR}/graphics/tiff34 \ + tiff34.1:${PORTSDIR}/graphics/tiff34 \ PropList\\.0\\.8:${PORTSDIR}/x11-wm/windowmaker EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |