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 /editors/xvile/Makefile | |
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 'editors/xvile/Makefile')
-rw-r--r-- | editors/xvile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 5b8a626e8e0a..dc96b3f958a0 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.15 1998/06/04 20:42:03 gj Exp $ +# $Id: Makefile,v 1.16 1998/06/27 05:19:53 asami Exp $ # DISTNAME= vile-8.0 @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= gj@freebsd.org +USE_XLIB= yes MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} ${WITH_PERL} |