diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 00:50:52 +0000 |
commit | 74954b137315c2d7c5fdebaa4c96f6f425c3a6cd (patch) | |
tree | 340471e21010dd1490eca8274991d8424917d1a0 /graphics/imlib | |
parent | 1168d7d4c5fadf92b0f1680ff1abf4ee40d0bd7b (diff) | |
download | FreeBSD-ports-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.zip FreeBSD-ports-74954b137315c2d7c5fdebaa4c96f6f425c3a6cd.tar.gz |
Roll back libpng major to 2.
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 8c4ce35..47a1fee 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.28 1998/09/15 11:45:53 asami Exp $ +# $Id: Makefile,v 1.29 1998/09/15 11:57:41 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.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ gif\\.3\\.:${PORTSDIR}/graphics/giflib \ |