aboutsummaryrefslogtreecommitdiffstats
path: root/audio/rat
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 11:59:41 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-29 11:59:41 +0800
commit07eb728f37c5bf5901f56ca5f3bf8b54c6a4b013 (patch)
tree72cf62aa3582f2916974024fcd8859d990f7701c /audio/rat
parent3c5e5d6a90f5a5a517d2ca339fa2f0330ca3f69b (diff)
downloadfreebsd-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/rat')
-rw-r--r--audio/rat/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile
index 903757fd1cf1..ac1195640204 100644
--- a/audio/rat/Makefile
+++ b/audio/rat/Makefile
@@ -30,6 +30,10 @@ RAT_SCRIPT= ${PORTNAME}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
.if ${OSVERSION} >= 400014
ENABLE_IPv6= --enable-ipv6
.endif
@@ -51,4 +55,4 @@ do-configure:
cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6}
cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION}
-.include "bsd.port.post.mk"
+.include <bsd.port.post.mk>