diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 02:50:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 02:50:48 +0000 |
commit | 52fedf5c663c12d7c4a47a8da7868447f2487e38 (patch) | |
tree | 053968fa51c97d289f7f59c199e3328ddecef874 /mbone | |
parent | 925728b7ea99866b38dcee169917581d1638f59a (diff) | |
download | ports-52fedf5c663c12d7c4a47a8da7868447f2487e38.tar.gz ports-52fedf5c663c12d7c4a47a8da7868447f2487e38.zip |
Notes
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat30/Makefile | 8 | ||||
-rw-r--r-- | mbone/rat30/pkg-plist | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index 320f5aeb05fa..1ec22855e2b6 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -13,6 +13,12 @@ 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 @@ -30,4 +36,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/rat ${PREFIX}/bin/rat30 ${INSTALL_MAN} ${WRKSRC}/man/man1/rat.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mbone/rat30/pkg-plist b/mbone/rat30/pkg-plist index ee354e40c4e4..4640490366a7 100644 --- a/mbone/rat30/pkg-plist +++ b/mbone/rat30/pkg-plist @@ -1,2 +1 @@ bin/rat30 -bin/rat30 |