diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
commit | ee5550f266abb6c39cfd87831763a0d760aea198 (patch) | |
tree | 4e49c831b44b57916f9d95b3375a98cc8ad6335c /games/xevil | |
parent | 03bdff6d19d1549a2fbf8352604d806c3937f71e (diff) | |
download | FreeBSD-ports-ee5550f266abb6c39cfd87831763a0d760aea198.zip FreeBSD-ports-ee5550f266abb6c39cfd87831763a0d760aea198.tar.gz |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Diffstat (limited to 'games/xevil')
-rw-r--r-- | games/xevil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index aa588da..c72d4f7 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -3,7 +3,7 @@ # Date created: 6 May 1995 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.6 1998/08/23 07:34:41 hoek Exp $ # PKGNAME= xevil-1.5 @@ -14,6 +14,7 @@ DISTFILES= xevil1.5.tar.Z MAINTAINER= jmz@FreeBSD.org +USE_XLIB= yes MAN6= xevil.6 MANCOMPRESSED= yes |