diff options
author | pav <pav@FreeBSD.org> | 2007-10-28 02:45:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-28 02:45:01 +0800 |
commit | a6b2552a20283503ab121ead5332cdba14771ab6 (patch) | |
tree | 44570cf30cc84e2a4074adc2522146867958de64 /graphics | |
parent | 1fe86be9ed0315ebcbb7aad43bd14c1c29cdaf4d (diff) | |
download | freebsd-ports-gnome-a6b2552a20283503ab121ead5332cdba14771ab6.tar.gz freebsd-ports-gnome-a6b2552a20283503ab121ead5332cdba14771ab6.tar.zst freebsd-ports-gnome-a6b2552a20283503ab121ead5332cdba14771ab6.zip |
- Mark BROKEN on FreeBSD 5.X
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exact-image/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/exact-image/Makefile b/graphics/exact-image/Makefile index 65b3cd0dae4a..dbbc086d8946 100644 --- a/graphics/exact-image/Makefile +++ b/graphics/exact-image/Makefile @@ -37,6 +37,12 @@ PLIST_FILES= ${BINS:S|^|bin/|} %%SITE_PERL%%/ExactImage.so \ %%SITE_PERL%%/ExactImage.pm PORT_VERBS= ExactImage ${BINS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile, missing endian.h header +.endif + post-extract: @${RM} -rf ${WRKSRC}/agg-2.4/ @@ -66,4 +72,4 @@ do-install: ${INSTALL_PROGRAM} ExactImage.so ${SITE_PERL}/;\ ${INSTALL_DATA} ExactImage.pm ${SITE_PERL}/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |