aboutsummaryrefslogtreecommitdiff
path: root/sysutils/memdump
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-12-21 12:50:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-12-21 12:50:16 +0000
commit48d8a2091db22109b8ff8b0e9294e6146a8253fe (patch)
treee1e6ba959e4874e97c9c22af39b267cf7b487bf3 /sysutils/memdump
parent7657cba5397f14e7feeec2702bde9451eaef2e9b (diff)
downloadports-48d8a2091db22109b8ff8b0e9294e6146a8253fe.tar.gz
ports-48d8a2091db22109b8ff8b0e9294e6146a8253fe.zip
Notes
Diffstat (limited to 'sysutils/memdump')
-rw-r--r--sysutils/memdump/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/memdump/Makefile b/sysutils/memdump/Makefile
index 419c7f214bec..f7106d51c12a 100644
--- a/sysutils/memdump/Makefile
+++ b/sysutils/memdump/Makefile
@@ -28,4 +28,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
. endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= unsupported FreeBSD version
+.endif
+
+.include <bsd.port.post.mk>