diff options
Diffstat (limited to 'databases/jrrd/Makefile')
-rw-r--r-- | databases/jrrd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/jrrd/Makefile b/databases/jrrd/Makefile index 046b1c752d0b..06e9d13ef1bf 100644 --- a/databases/jrrd/Makefile +++ b/databases/jrrd/Makefile @@ -29,6 +29,12 @@ PLIST_FILES= %%JAVAJARDIR%%/jrrd.jar \ lib/libjrrd.la \ lib/libjrrd.so +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not configure on 6.X +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "Installation settings:" @@ -36,4 +42,4 @@ pre-everything:: @${ECHO_MSG} " Location of Java port: ${JAVA_PORT}" @${ECHO_MSG} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |