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 /mbone/rat30 | |
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 'mbone/rat30')
-rw-r--r-- | mbone/rat30/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index 1ec22855e2b6..bf5570e471ba 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -13,12 +13,6 @@ MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PO MAINTAINER= anton@urc.ac.ru COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 WRKSRC= ${WRKDIR}/rat-3.0 @@ -29,6 +23,12 @@ MANCOMPRESSED= no LATEST_LINK= rat30 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + do-build: (cd ${WRKSRC};${SETENV} ${MAKE_ENV} MAKE=${GMAKE} ${SH} ./Build rat) |