diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 18:54:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 18:54:52 +0000 |
commit | dd1aaed051a9b00f5db2f240e760e9ffe4b1a59a (patch) | |
tree | a88587b2ddfd107ae1c4856e7f63972c537237c5 /print/hplip3 | |
parent | 92e8609017ea32d28c391beeb63d7cab840936ed (diff) | |
download | ports-dd1aaed051a9b00f5db2f240e760e9ffe4b1a59a.tar.gz ports-dd1aaed051a9b00f5db2f240e760e9ffe4b1a59a.zip |
Notes
Diffstat (limited to 'print/hplip3')
-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> |