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 /games/ishido | |
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 'games/ishido')
-rw-r--r-- | games/ishido/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ishido/Makefile b/games/ishido/Makefile index cc23d68faf10..bfe6113fd616 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -4,7 +4,7 @@ # Date created: Wed June 24, 1998 # Whom: Steven H. Samorodin (samorodi@NUXI.com) # -# $Id: Makefile,v 1.16 1998/01/14 02:40:04 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1998/06/25 08:04:11 obrien Exp $ # DISTNAME= ishido-1.1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ MAINTAINER= samorodi@NUXI.com +USE_XLIB= yes MAN6= ishido.6 do-install: |