aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/send/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-10-17 11:06:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-10-17 11:06:46 +0000
commit91f9e97cf433b3fa45a0d8f592b066ad88e72b42 (patch)
treea64107a3326a5b338217a93cdb53950689f32426 /net-mgmt/send/Makefile
parente03036df637c4105f549900d15d241d7a8b31d6e (diff)
downloadports-91f9e97cf433b3fa45a0d8f592b066ad88e72b42.tar.gz
ports-91f9e97cf433b3fa45a0d8f592b066ad88e72b42.zip
Notes
Diffstat (limited to 'net-mgmt/send/Makefile')
-rw-r--r--net-mgmt/send/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile
index 23ee218fc886..3b7603d12f42 100644
--- a/net-mgmt/send/Makefile
+++ b/net-mgmt/send/Makefile
@@ -6,6 +6,7 @@
PORTNAME= send
PORTVERSION= 0.2
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= #http://www.docomolabs-usa.com/lab_osrc_guide.html
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -25,8 +26,12 @@ PORTDOCS= UserGuide.pdf
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 600000
-BROKEN= doesn't compile in FreeBSD > 6.0
+.if ${OSVERSION} < 600000
+BROKEN= doesn't compile in FreeBSD < 6.0
+.endif
+
+.if ${OSVERSION} > 700000
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_pkixip__ext__asn.h
.endif
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})