aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-06 06:48:01 +0800
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-06 06:48:01 +0800
commit04a2c39f6d382a1248bb181628569476528a7ffd (patch)
treedbf8b85fd4367e6365862450a39f82d9c4182d1f /databases
parentd54624bf5f3bdc27e8e83bac7a7eb1d336372b02 (diff)
downloadfreebsd-ports-04a2c39f6d382a1248bb181628569476528a7ffd.tar.gz
freebsd-ports-04a2c39f6d382a1248bb181628569476528a7ffd.tar.zst
freebsd-ports-04a2c39f6d382a1248bb181628569476528a7ffd.zip
- currently mark BROKEN on 4.X
Notes
Notes: svn path=/head/; revision=167016
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-BerkeleyDB/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile
index 2bebed2f0c5c..6eece1f9afba 100644
--- a/databases/p5-BerkeleyDB/Makefile
+++ b/databases/p5-BerkeleyDB/Makefile
@@ -26,4 +26,10 @@ post-patch:
@${ECHO} "LIB = ${LOCALBASE}/lib" >> ${WRKSRC}/config.in
@${ECHO} "DBNAME = -l${BDB_LIB_NAME}" >> ${WRKSRC}/config.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Doesn't build on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>