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 /graphics | |
parent | Use files/manpages and MLINKS. (diff) |
giflib is now converted to ELF so remove regexp support.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 6 | ||||
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 6 | ||||
-rw-r--r-- | graphics/imlib2/Makefile | 6 | ||||
-rw-r--r-- | graphics/kdegraphics11/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics2/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 4 |
7 files changed, 17 insertions, 17 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 47a1feeb1056..f9ed45e49736 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.29 1998/09/15 11:57:41 asami Exp $ +# $Id: Makefile,v 1.30 1998/09/17 00:50:47 asami Exp $ # DISTNAME= imlib-1.7 @@ -16,8 +16,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - gif\\.3\\.:${PORTSDIR}/graphics/giflib \ + tiff34.1:${PORTSDIR}/graphics/tiff34 \ + gif.3:${PORTSDIR}/graphics/giflib \ gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 USE_GMAKE= yes diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 47a1feeb1056..f9ed45e49736 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.29 1998/09/15 11:57:41 asami Exp $ +# $Id: Makefile,v 1.30 1998/09/17 00:50:47 asami Exp $ # DISTNAME= imlib-1.7 @@ -16,8 +16,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - gif\\.3\\.:${PORTSDIR}/graphics/giflib \ + tiff34.1:${PORTSDIR}/graphics/tiff34 \ + gif.3:${PORTSDIR}/graphics/giflib \ gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 USE_GMAKE= yes diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 47a1feeb1056..f9ed45e49736 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.29 1998/09/15 11:57:41 asami Exp $ +# $Id: Makefile,v 1.30 1998/09/17 00:50:47 asami Exp $ # DISTNAME= imlib-1.7 @@ -16,8 +16,8 @@ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ - gif\\.3\\.:${PORTSDIR}/graphics/giflib \ + tiff34.1:${PORTSDIR}/graphics/tiff34 \ + gif.3:${PORTSDIR}/graphics/giflib \ gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 USE_GMAKE= yes diff --git a/graphics/kdegraphics11/Makefile b/graphics/kdegraphics11/Makefile index 519ca7dee98f..949ccbb221f2 100644 --- a/graphics/kdegraphics11/Makefile +++ b/graphics/kdegraphics11/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.11 1998/08/12 06:29:29 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/15 11:45:57 asami Exp $ # DISTNAME= kdegraphics-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 \ diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index 519ca7dee98f..949ccbb221f2 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.11 1998/08/12 06:29:29 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/15 11:45:57 asami Exp $ # DISTNAME= kdegraphics-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 \ diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 519ca7dee98f..949ccbb221f2 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.11 1998/08/12 06:29:29 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/15 11:45:57 asami Exp $ # DISTNAME= kdegraphics-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 \ diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 519ca7dee98f..949ccbb221f2 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.11 1998/08/12 06:29:29 asami Exp $ +# $Id: Makefile,v 1.12 1998/09/15 11:45:57 asami Exp $ # DISTNAME= kdegraphics-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 \ |