From e5dfe5b0e7756ccfa3ccf50bd0fbfaf6c2c0507b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 28 Sep 1998 02:03:00 +0000 Subject: Won't build in an ELF world. --- games/acm/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games/acm') diff --git a/games/acm/Makefile b/games/acm/Makefile index 385873fdebc8..7e1c9e79d53a 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.10 1997/01/03 11:32:46 obrien Exp $ +# $Id: Makefile,v 1.11 1997/07/10 01:43:01 asami Exp $ # DISTNAME= acm-4.7 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ MAINTAINER= joerg@FreeBSD.org +BROKEN_ELF= build + GNU_CONFIGURE= yes CONFIGURE_ENV= ${SH} -x # don't ask me why, will fail otherwise STRIP= @@ -25,6 +27,6 @@ MAN6= acm.6 .if defined(USE_SOUND) && ${USE_SOUND} == YES || \ exists(${PREFIX}/lib/libaudio.a) && \ (!defined(USE_SOUND) || ${USE_SOUND} != NO) -LIB_DEPENDS+= audio\\.7\\.:${PORTSDIR}/audio/nas +LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas .endif -- cgit v1.2.3