diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
commit | 1490c59f86433f55bdf6340a98c220f23aed8c31 (patch) | |
tree | f7e0563cf034d5a9985b0faab9ea768876f6c63e /devel/ilu | |
parent | Create ${PREFIX}/bin before cat'ing a file into it. (diff) |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Notes
Notes:
svn path=/head/; revision=14922
Diffstat (limited to 'devel/ilu')
-rw-r--r-- | devel/ilu/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index 59b55fbd0230..89a5e9fffe58 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.13 1998/10/08 18:48:56 cracauer Exp $ +# $Id: Makefile,v 1.14 1998/11/14 09:43:07 asami Exp $ # DISTNAME= ilu-2.0alpha12 @@ -16,6 +16,8 @@ PATCHFILES= ${DISTNAME}-patches.html.gz MAINTAINER= cracauer@cons.org +BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 + CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix NO_WRKSUBDIR= yes |