diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1997-10-03 13:09:43 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1997-10-03 13:09:43 +0000 |
commit | dd2161c1310c6e73e22a30c1d481fc7c29b8f102 (patch) | |
tree | 8cb83a8e3e719c0aa44c39b8897049d6378ea7c2 | |
parent | 97a266e13367d61bb266af87bc9520caf3ff3ffa (diff) | |
download | freebsd-ports-dd2161c1310c6e73e22a30c1d481fc7c29b8f102.zip |
Disable support for guile for now. The guile port is too old and the
right solution not obvious.
-rw-r--r-- | devel/ilu/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index c35fffe78e73..e1f4e475eb74 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.2 1997/10/02 04:03:30 asami Exp $ +# $Id: Makefile,v 1.3 1997/10/03 09:16:36 asami Exp $ # DISTNAME= ilu-2.0alpha11 @@ -16,7 +16,10 @@ MAINTAINER= cracauer@cons.org NO_WRKSUBDIR= yes HAS_CONFIGURE= yes # ILU 2.0alpha11 doesn't compile with FreeBSD jdk-1.1 port -CONFIGURE_ARGS= --disable-java-support --enable-http-protocol +# The guile port is outdated. If you have 1.2 installed, remove +# --disable-guile-support +CONFIGURE_ARGS= --disable-java-support --enable-http-protocol \ + --disable-guile-support INSTALL_TARGET= Install NOMANCOMPRESS= |