diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-21 12:50:16 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-21 12:50:16 +0000 |
commit | 48d8a2091db22109b8ff8b0e9294e6146a8253fe (patch) | |
tree | e1e6ba959e4874e97c9c22af39b267cf7b487bf3 /sysutils/memdump | |
parent | 7657cba5397f14e7feeec2702bde9451eaef2e9b (diff) |
Notes
Diffstat (limited to 'sysutils/memdump')
-rw-r--r-- | sysutils/memdump/Makefile | 8 |
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> |