From f199f8f045fbeaeb154726d1d31d5874f7c3438c Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 15 Jan 2014 22:34:56 +0000 Subject: Reduce over inclusion of bsd.port.mk While here use BROKEN_${ARCH} --- audio/liquidsoap/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'audio') diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index 05b541b17bec..3884916332da 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -91,6 +91,7 @@ PLIST_SUB= RELVER=${PORTVERSION} \ LIQUIDSOAP_USER=${LIQUIDSOAP_USER} LIQUIDSOAP_GROUP=${LIQUIDSOAP_GROUP} \ LOGDIR=${LOGDIR} PIDDIR=${PIDDIR} +BROKEN_powerpc= Does not install on powerpc: dumps core .include .if ${PORT_OPTIONS:MDOCS} @@ -187,10 +188,4 @@ post-patch: pre-configure: (cd ${WRKSRC} && ${GMAKE} bootstrap && ${SED} -i '' -e 's/^RUNNING_USER="$$USER"/RUNNING_USER=liquidsoap/' */configure) -.include - -.if ${ARCH} == "powerpc" -BROKEN= Does not install on powerpc: dumps core -.endif - -.include +.include -- cgit