diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
commit | fd7bcbbd5ba5775344a3eb9dd102e9eee9e35f6b (patch) | |
tree | 9ab7f834fbe7b1ad07fa0080abad084777c4658c /games/oonsoo/Makefile | |
parent | f87292c9fc528eedefd8a8e5d941d599c7b1fb33 (diff) | |
download | FreeBSD-ports-fd7bcbbd5ba5775344a3eb9dd102e9eee9e35f6b.zip FreeBSD-ports-fd7bcbbd5ba5775344a3eb9dd102e9eee9e35f6b.tar.gz |
Doesn't build in an ELF world.
Diffstat (limited to 'games/oonsoo/Makefile')
-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 08eb21c..bf807b2 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.1.1.1 1997/06/30 11:42:17 tg Exp $ +# $Id: Makefile,v 1.2 1997/06/30 14:35:04 max Exp $ # DISTNAME= oonsoo-1.1 @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.z MAINTAINER= sutton@aardvark.apana.org.au +BROKEN_ELF= build + pre-patch: @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile |