diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
commit | 18f33c0f9311a0e0fe565649f877883c91f21e59 (patch) | |
tree | 53d38e9f76c8e2da3dbce1e2d2da4446296bd67b /graphics/imlib2 | |
parent | 196cae7856697f0aac7cf21d8a760b058f56ed89 (diff) | |
download | ports-18f33c0f9311a0e0fe565649f877883c91f21e59.tar.gz ports-18f33c0f9311a0e0fe565649f877883c91f21e59.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 b7f9d175e971..0d3ce374f340 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.18 1998/04/15 22:17:56 jseger Exp $ +# $Id: Makefile,v 1.19 1998/04/29 21:32:41 vanilla Exp $ # DISTNAME= imlib-1.3 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/TAR/ \ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ gif\\.3\\.:${PORTSDIR}/graphics/giflib \ gtk\\.1\\.:${PORTSDIR}/x11/gtk |