diff options
Diffstat (limited to 'print/hplip3/Makefile')
-rw-r--r-- | print/hplip3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/hplip3/Makefile b/print/hplip3/Makefile index ce838c155cef..1fad4c031d46 100644 --- a/print/hplip3/Makefile +++ b/print/hplip3/Makefile @@ -39,6 +39,12 @@ MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ PKGDEINSTALL= ${PKGINSTALL} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 5000000 +BROKEN= does not compile +.endif + post-extract: @${RM} -r ${WRKSRC}/data/images/CVS @@ -85,4 +91,4 @@ post-install: ${PREFIX}/libexec/cups/filter/foomatic-rip @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |