aboutsummaryrefslogtreecommitdiff
path: root/graphics/imlib2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:57:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:57:51 +0000
commit4610ae86c9e40d100ca26c1dcb385b08d3210ce3 (patch)
tree8f19e57fa613e842996a4a37eda28af690460c73 /graphics/imlib2
parent4dc064b0c51daf8a534869cf647ddda8f27693df (diff)
downloadports-4610ae86c9e40d100ca26c1dcb385b08d3210ce3.tar.gz
ports-4610ae86c9e40d100ca26c1dcb385b08d3210ce3.zip
libpng major is now 3. Also remove regexp support in preparation for
ELF conversion.
Notes
Notes: svn path=/head/; revision=13148
Diffstat (limited to 'graphics/imlib2')
-rw-r--r--graphics/imlib2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile
index a0362f82cba8..8c4ce356b9ef 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.27 1998/08/25 01:38:22 vanilla Exp $
+# $Id: Makefile,v 1.28 1998/09/15 11:45:53 asami Exp $
#
DISTNAME= imlib-1.7
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
MAINTAINER= vanilla@FreeBSD.ORG
-LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
gif\\.3\\.:${PORTSDIR}/graphics/giflib \