diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 11:46:15 +0000 |
commit | 4dc064b0c51daf8a534869cf647ddda8f27693df (patch) | |
tree | ffea49d9cc67b8576749be804de23181e7a3f61a /java | |
parent | Upgrade to 0.74, and use gtk11 now. (diff) |
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
support.)
Notes
Notes:
svn path=/head/; revision=13147
Diffstat (limited to 'java')
-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 b3b8ec7d4630..ba222444c335 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.32 1998/07/31 20:10:10 steve Exp $ +# $Id: Makefile,v 1.33 1998/08/04 21:39:58 asami Exp $ # DISTNAME= kaffe-1.0.b1 @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= xaa@xaa.iae.nl -LIB_DEPENDS= jpeg\\.9\\.0:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes MAN1= kaffe.1 |