diff options
author | pav <pav@FreeBSD.org> | 2006-05-22 02:54:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-22 02:54:52 +0800 |
commit | cdf16efc3a721d9be7aaa9b3852647064101d7e5 (patch) | |
tree | e20bcd38797e51314161bc421ae12bfd9df080c4 /print/hplip3 | |
parent | 1351922370c26a612398e6d17b15baa0d968bf23 (diff) | |
download | freebsd-ports-gnome-cdf16efc3a721d9be7aaa9b3852647064101d7e5.tar.gz freebsd-ports-gnome-cdf16efc3a721d9be7aaa9b3852647064101d7e5.tar.zst freebsd-ports-gnome-cdf16efc3a721d9be7aaa9b3852647064101d7e5.zip |
- Mark BROKEN on FreeBSD 4.X
Reported by: krismail
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> |