diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
commit | b5544f135829582a52ed3b2c78ec884a4f52187c (patch) | |
tree | 40984a43a673e6cffbc75f7d23cfafc9d5b48bc2 /graphics/imlib2 | |
parent | 0fc2b8bdd1097fb8eadfff1b9deb3419e5042c10 (diff) | |
download | ports-b5544f135829582a52ed3b2c78ec884a4f52187c.tar.gz ports-b5544f135829582a52ed3b2c78ec884a4f52187c.zip |
Notes
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 9d6eb90f20a8..ea983768820e 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.16 1998/03/12 01:27:59 vanilla Exp $ +# $Id: Makefile,v 1.17 1998/03/28 19:49:58 ache Exp $ # DISTNAME= Imlib-1.1 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/TAR/ \ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ - jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ gif\\.3\\.:${PORTSDIR}/graphics/giflib |