diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-03 18:19:48 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-03 18:19:48 +0000 |
commit | c4466d07cbbf4cc40da99dc56954c8b9d75612fc (patch) | |
tree | 42a846150efbe3ced0d6d378b15621b166a7bf90 /java/kaffe | |
parent | Update to 0.0.10103. (diff) |
OK, this is the FreeBSD way.
This port installs ltlibs. Patches welcome if you don't like this.
Notes
Notes:
svn path=/head/; revision=36660
Diffstat (limited to 'java/kaffe')
-rw-r--r-- | java/kaffe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/kaffe/Makefile b/java/kaffe/Makefile index bc1c3c1d1230..08de9cca6e23 100644 --- a/java/kaffe/Makefile +++ b/java/kaffe/Makefile @@ -16,7 +16,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ png.4:${PORTSDIR}/graphics/png -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOLFLAGS= INSTALLS_SHLIB= yes MAN1= kaffe.1 |