From 9f5443c02527f9882b47e37f867043c0266028f1 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Sun, 3 Sep 2006 12:38:24 +0000 Subject: Mark it BROKEN on 4.x, it depends on audio/libadplug --- audio/adplay/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'audio') diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile index e117c6e78ab..06bee6d1548 100644 --- a/audio/adplay/Makefile +++ b/audio/adplay/Makefile @@ -47,15 +47,14 @@ OPTIONS= SDL "Build with SDL output support" off USE_SDL= sdl mixer .endif +.if ${OSVERSION} < 500000 +BROKEN= depends on audio/libadplug +.endif + post-patch: @${REINPLACE_CMD} -e 's|^\(adplug_data_dir.*\)/.*|\1|' \ ${WRKSRC}/src/Makefile.in - -.if ${OSVERSION} > 500000 @${RM} ${WRKSRC}/src/getopt.h -.else - @${CP} ${FILESDIR}/getopt.h ${WRKSRC}/src -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/adplay ${PREFIX}/bin -- cgit