diff options
author | cracauer <cracauer@FreeBSD.org> | 1997-10-03 21:09:43 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1997-10-03 21:09:43 +0800 |
commit | b4789376c915d92a2e251726ef6b68e2ea61f64b (patch) | |
tree | 1fbf199ceaee2778b98c7a71a78e98fed3891022 /devel/ilu | |
parent | 354f5acd69f01893721584d01c871f8f34a7cd06 (diff) | |
download | freebsd-ports-graphics-b4789376c915d92a2e251726ef6b68e2ea61f64b.tar.gz freebsd-ports-graphics-b4789376c915d92a2e251726ef6b68e2ea61f64b.tar.zst freebsd-ports-graphics-b4789376c915d92a2e251726ef6b68e2ea61f64b.zip |
Disable support for guile for now. The guile port is too old and the
right solution not obvious.
Diffstat (limited to 'devel/ilu')
-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 c35fffe78e7..e1f4e475eb7 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= |