diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 16:22:54 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 16:22:54 +0800 |
commit | c1eaea6f321cd684b31d3858cdbd0d714804afbd (patch) | |
tree | b35ad4ba7010a95e21dcc2ae873711d5daa1c42b /games/oonsoo | |
parent | 1a05cd094321d5d2c2f6d332078e7777782a9b42 (diff) | |
download | freebsd-ports-gnome-c1eaea6f321cd684b31d3858cdbd0d714804afbd.tar.gz freebsd-ports-gnome-c1eaea6f321cd684b31d3858cdbd0d714804afbd.tar.zst freebsd-ports-gnome-c1eaea6f321cd684b31d3858cdbd0d714804afbd.zip |
Add USE_XLIB.
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 |