diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-27 18:45:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-10-27 18:45:01 +0000 |
commit | dc960566c7ad557db9d7a262f0146c7331fb7e04 (patch) | |
tree | 34e68d35d40fe1d4173df24488694153caca0b81 /graphics/exact-image | |
parent | c477298f2a9571ee363bd53a8885aa8e666a2b1d (diff) |
Notes
Diffstat (limited to 'graphics/exact-image')
-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> |