diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 08:44:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 08:44:34 +0800 |
commit | ee5550f266abb6c39cfd87831763a0d760aea198 (patch) | |
tree | 4e49c831b44b57916f9d95b3375a98cc8ad6335c /devel | |
parent | 03bdff6d19d1549a2fbf8352604d806c3937f71e (diff) | |
download | freebsd-ports-gnome-ee5550f266abb6c39cfd87831763a0d760aea198.tar.gz freebsd-ports-gnome-ee5550f266abb6c39cfd87831763a0d760aea198.tar.zst freebsd-ports-gnome-ee5550f266abb6c39cfd87831763a0d760aea198.zip |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asl/Makefile | 4 | ||||
-rw-r--r-- | devel/ilu/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/asl/Makefile b/devel/asl/Makefile index f596b60ade4e..234749669782 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -3,7 +3,7 @@ # Date created: 18 June 1997 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.4 1998/06/26 01:18:40 asami Exp $ +# $Id: Makefile,v 1.5 1998/06/26 21:36:56 asami Exp $ # DISTNAME= asl-1.41r7 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= devel/lang/assemblers MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86 + MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1 post-extract: 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 |