diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 08:22:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 08:22:54 +0000 |
commit | 4166c7cf95d2e6264f7d2572eafe37744fb99e05 (patch) | |
tree | ac330ed9fe93e75bb6bba96dd0bb2a1b44c2448e /games/oonsoo | |
parent | gtk11 library is called gtk11, not gtk. (diff) |
Add USE_XLIB.
Notes
Notes:
svn path=/head/; revision=15487
Diffstat (limited to 'games/oonsoo')
-rw-r--r-- | games/oonsoo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index bf807b2fc8b5..a37c6532fabe 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -3,7 +3,7 @@ # Date created: 23rd June, 1997 # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # -# $Id: Makefile,v 1.2 1997/06/30 14:35:04 max Exp $ +# $Id: Makefile,v 1.3 1998/09/28 02:12:05 steve Exp $ # DISTNAME= oonsoo-1.1 @@ -15,6 +15,8 @@ MAINTAINER= sutton@aardvark.apana.org.au BROKEN_ELF= build +USE_XLIB= yes + pre-patch: @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile |