summaryrefslogtreecommitdiff
path: root/games/acm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-09-28 02:03:00 +0000
committerSteve Price <steve@FreeBSD.org>1998-09-28 02:03:00 +0000
commite5dfe5b0e7756ccfa3ccf50bd0fbfaf6c2c0507b (patch)
tree15c9cc9a6d95b985e99ddc343c9362a2544df0ee /games/acm
parentEscape the '@' characters so that perl in -current doesn't choke. (diff)
Won't build in an ELF world.
Notes
Notes: svn path=/head/; revision=13481
Diffstat (limited to 'games/acm')
-rw-r--r--games/acm/Makefile6
1 files changed, 4 insertions, 2 deletions
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