From 07eb728f37c5bf5901f56ca5f3bf8b54c6a4b013 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 29 Oct 2003 03:59:41 +0000 Subject: Move inclusion of bsd.port.pre.mk after definiton of all variables. --- audio/vat/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'audio/vat') diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 202e5923e1f1..695d82b006d2 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -15,12 +15,6 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing -.include - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - GSM_DIR= ${.CURDIR}/../../audio/gsm GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 @@ -37,6 +31,12 @@ CONFIGURE_ARGS= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man MAN1= vat.1 +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/vat -- cgit