diff options
author | sf <sf@FreeBSD.org> | 2001-01-04 02:19:48 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-04 02:19:48 +0800 |
commit | a457ae1a4b0805704f344ab05b49422d759b7f7c (patch) | |
tree | e940c228ee3bb51212864245a2b8d45780be1fd9 /java/kaffe | |
parent | 6b7205208fa592efe4f9f8e8da01ee5f18acf0ad (diff) | |
download | freebsd-ports-gnome-a457ae1a4b0805704f344ab05b49422d759b7f7c.tar.gz freebsd-ports-gnome-a457ae1a4b0805704f344ab05b49422d759b7f7c.tar.zst freebsd-ports-gnome-a457ae1a4b0805704f344ab05b49422d759b7f7c.zip |
OK, this is the FreeBSD way.
This port installs ltlibs. Patches welcome if you don't like this.
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 |