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/kdebase3 | |
parent | Use files/manpages and MLINKS. (diff) |
giflib is now converted to ELF so remove regexp support.
Notes
Notes:
svn path=/head/; revision=13232
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 083f10aed25f..56917a5c2335 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.17 1998/08/12 06:29:35 asami Exp $ +# $Id: Makefile,v 1.18 1998/09/15 11:46:14 asami Exp $ # DISTNAME= kdebase-1.0 @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source MAINTAINER= se@freebsd.org -LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \ |