aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-22 05:43:50 +0800
committerkris <kris@FreeBSD.org>2004-02-22 05:43:50 +0800
commit451b1f1b07322e95b3707e5a8e1306c3a4018696 (patch)
treee1910059d434303a2fe82390e2a42406b78c7ae1
parent316394caa49099d123bc08af895d0bbbaad867f5 (diff)
downloadfreebsd-ports-gnome-451b1f1b07322e95b3707e5a8e1306c3a4018696.tar.gz
freebsd-ports-gnome-451b1f1b07322e95b3707e5a8e1306c3a4018696.tar.zst
freebsd-ports-gnome-451b1f1b07322e95b3707e5a8e1306c3a4018696.zip
BROKEN on 4.x: Does not compile
-rw-r--r--print/libpdf++/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/print/libpdf++/Makefile b/print/libpdf++/Makefile
index d5c68d70b265..af882de9b86c 100644
--- a/print/libpdf++/Makefile
+++ b/print/libpdf++/Makefile
@@ -30,6 +30,10 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile"
+.endif
+
.if ${OSVERSION} < 500035
USE_GCC= 3.1
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"