diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /java/kaffe | |
parent | 706919336fb84ded602dd1eceaeb77e72a383522 (diff) |
Notes
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index 1567adacddbf..a22b62ad3197 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -3,7 +3,7 @@ # Date created: 20 February 1995 # Whom: Tim Wilkinson <tim@sarc.city.ac.uk> # -# $Id: Makefile,v 1.37 1998/11/15 22:23:42 steve Exp $ +# $Id: Makefile,v 1.38 1998/12/11 00:51:40 steve Exp $ # DISTNAME= kaffe-1.0.b3 @@ -14,7 +14,7 @@ MAINTAINER= xaa@xaa.iae.nl LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ gif.3:${PORTSDIR}/graphics/giflib \ - png.2:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L/usr/local/lib" |