aboutsummaryrefslogtreecommitdiff
path: root/audio/rat30
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-29 03:59:41 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-29 03:59:41 +0000
commit64d63858c4a336c888e3bf0150003287cefeff3b (patch)
treefabbd20d678c4d35c6ea0562ef6dae6083fc21d3 /audio/rat30
parenta41da3087542d8d547456ef076993438bb04e5f2 (diff)
downloadports-64d63858c4a336c888e3bf0150003287cefeff3b.tar.gz
ports-64d63858c4a336c888e3bf0150003287cefeff3b.zip
Notes
Diffstat (limited to 'audio/rat30')
-rw-r--r--audio/rat30/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile
index 1ec22855e2b6..bf5570e471ba 100644
--- a/audio/rat30/Makefile
+++ b/audio/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)