diff options
author | kris <kris@FreeBSD.org> | 2004-09-19 00:41:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-19 00:41:50 +0800 |
commit | 816a2e8f9e07bd132fb887d2b9230dc6bba55366 (patch) | |
tree | 24476633f8e2a857f2d51cc5c3344bb45f27b0f6 /graphics | |
parent | c59d7196dba60f51402b8d14ee6ba43266f5bb9e (diff) | |
download | freebsd-ports-gnome-816a2e8f9e07bd132fb887d2b9230dc6bba55366.tar.gz freebsd-ports-gnome-816a2e8f9e07bd132fb887d2b9230dc6bba55366.tar.zst freebsd-ports-gnome-816a2e8f9e07bd132fb887d2b9230dc6bba55366.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index e5d9c2594641..0dcc209cdf39 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -42,6 +42,12 @@ CONFIGURE_ENV+= CXX=${CXX} \ CONFIGURE_ARGS+=--disable-djview .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if !defined(WITH_OPTIMIZED_CFLAGS) pre-everything:: @${ECHO_MSG} "You can enable additional compilation optimizations" @@ -76,4 +82,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |