diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-17 03:23:26 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-17 03:23:26 +0000 |
commit | c253c24bdf4151e02957bd88638f529af415b2b3 (patch) | |
tree | 67e6396c41e296cdd70b3b1b8ce5a09003972dd9 /java/kaffe/Makefile | |
parent | 7f53046d7d570138f8691682f271821f79b504ce (diff) | |
download | ports-c253c24bdf4151e02957bd88638f529af415b2b3.tar.gz ports-c253c24bdf4151e02957bd88638f529af415b2b3.zip |
Use libungif. Support already present in the configure script.
Notes
Notes:
svn path=/head/; revision=25911
Diffstat (limited to 'java/kaffe/Makefile')
-rw-r--r-- | java/kaffe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index e803997210cc..a81eea8ef4a3 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/ MAINTAINER= xaa@xaa.iae.nl LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - gif.5:${PORTSDIR}/graphics/giflib \ + ungif.5:${PORTSDIR}/graphics/libungif \ png.3:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes |