diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-10-09 02:48:56 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-10-09 02:48:56 +0800 |
commit | 2643fa9661a219af8d8dcee2a285fcec1fa87334 (patch) | |
tree | 210b2f820f3f94634f4c56d14fff7db238c4c5fe | |
parent | 5e067c9f8a994478bb5fabcfbae20566039defc1 (diff) | |
download | freebsd-ports-gnome-2643fa9661a219af8d8dcee2a285fcec1fa87334.tar.gz freebsd-ports-gnome-2643fa9661a219af8d8dcee2a285fcec1fa87334.tar.zst freebsd-ports-gnome-2643fa9661a219af8d8dcee2a285fcec1fa87334.zip |
Cosmetic changes
Obtained from: portlint
-rw-r--r-- | devel/ilu/Makefile | 6 | ||||
-rw-r--r-- | devel/ilu/pkg-comment | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index 50a6af6f7721..30e062d3dc46 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -3,7 +3,7 @@ # Date created: 29.9.1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.11 1998/08/22 04:45:03 hoek Exp $ +# $Id: Makefile,v 1.12 1998/10/08 16:37:18 cracauer Exp $ # DISTNAME= ilu-2.0alpha12 @@ -70,11 +70,11 @@ SHLIBPATCH=files/shlib-elf.patch # The FreeBSD Java Development Kit is still in aout object format. # You might want to enable it if you have an ELF JDK and/or build # a seperate aout ILU runtime to use with Java. -CONFIGURE_ARGS+= --disable-java-support +CONFIGURE_ARGS+= --disable-java-support .else SHLIBPATCH=files/shlib-aout.patch # Java support on -stable does not work (ILU runtime dumps core). # You might want to enable it if you know what you are doing. # Maybe taking -O out of patches/patch-1-cra-cflags help. -CONFIGURE_ARGS+= --disable-java-support +CONFIGURE_ARGS+= --disable-java-support .endif diff --git a/devel/ilu/pkg-comment b/devel/ilu/pkg-comment index 895322e44370..dc56923e54e9 100644 --- a/devel/ilu/pkg-comment +++ b/devel/ilu/pkg-comment @@ -1 +1 @@ -Xerox PARC ILU - CORBA-compatible distributed objects for multiple languages +Xerox PARC ILU, a CORBA-compatible multi-language object broker |