aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-21 21:43:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-21 21:43:50 +0000
commit54fc5c218d39a921d2d183dd65403eea4eb4b9f0 (patch)
treedf5968375418c8c2e3cff329ed57706cebf3f95d /print
parent0ca27b5702522d78dc34ffdb9f22843d0e93ba39 (diff)
downloadports-54fc5c218d39a921d2d183dd65403eea4eb4b9f0.tar.gz
ports-54fc5c218d39a921d2d183dd65403eea4eb4b9f0.zip
Notes
Diffstat (limited to 'print')
-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}"