Index: head/games/acm/Makefile =================================================================== --- head/games/acm/Makefile (revision 13480) +++ head/games/acm/Makefile (revision 13481) @@ -1,30 +1,32 @@ # New ports collection makefile for: acm # Version required: comp.sources.x/volume12 (ver 2.0) # 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 CATEGORIES= games 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= MAN6= acm.6 .include # Following stuff must be after to expand exists() properly # Include sound support (Use network audio server (nas)) .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 Property changes on: head/games/acm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property