diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:03:00 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:03:00 +0000 |
commit | 9b5a93d48913cfd54b73f723091610db4640ec43 (patch) | |
tree | 2c19d290aef21dc4ca0d0ec2c1295105a01ffbfe /games/acm | |
parent | f1df351de77f1af18606f0a2168bb8ccd90f3682 (diff) | |
download | FreeBSD-ports-9b5a93d48913cfd54b73f723091610db4640ec43.zip FreeBSD-ports-9b5a93d48913cfd54b73f723091610db4640ec43.tar.gz |
Won't build in an ELF world.
Diffstat (limited to 'games/acm')
-rw-r--r-- | games/acm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 385873f..7e1c9e7 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 |