diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 11:59:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 11:59:41 +0800 |
commit | 07eb728f37c5bf5901f56ca5f3bf8b54c6a4b013 (patch) | |
tree | 72cf62aa3582f2916974024fcd8859d990f7701c /audio/vat | |
parent | 3c5e5d6a90f5a5a517d2ca339fa2f0330ca3f69b (diff) | |
download | freebsd-ports-gnome-07eb728f37c5bf5901f56ca5f3bf8b54c6a4b013.tar.gz freebsd-ports-gnome-07eb728f37c5bf5901f56ca5f3bf8b54c6a4b013.tar.zst freebsd-ports-gnome-07eb728f37c5bf5901f56ca5f3bf8b54c6a4b013.zip |
Move inclusion of bsd.port.pre.mk after definiton of all variables.
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-install: ${STRIP_CMD} ${PREFIX}/bin/vat |