aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-28 17:40:33 +0800
committerclsung <clsung@FreeBSD.org>2006-08-28 17:40:33 +0800
commit29b0c54995cde7009a2737b4cd0a28bba7c6dd50 (patch)
treedeef8d92e3eecf75488bcdc7b8d9f4720880e224 /databases
parent0070a35750081079c5103d350fad4f7a1fd5444e (diff)
downloadfreebsd-ports-gnome-29b0c54995cde7009a2737b4cd0a28bba7c6dd50.tar.gz
freebsd-ports-gnome-29b0c54995cde7009a2737b4cd0a28bba7c6dd50.tar.zst
freebsd-ports-gnome-29b0c54995cde7009a2737b4cd0a28bba7c6dd50.zip
- now it builds on 4.x
PR: ports/102564 Submitted by: Dan Lukes <dan@obluda dot cz>
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-BerkeleyDB/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/p5-BerkeleyDB/Makefile b/databases/p5-BerkeleyDB/Makefile
index 6eece1f9afba..5d7540207cc2 100644
--- a/databases/p5-BerkeleyDB/Makefile
+++ b/databases/p5-BerkeleyDB/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl5 interface to the Berkeley DB package
USE_BDB= yes
+USE_GCC= 3.2+
PERL_CONFIGURE= yes
@@ -26,10 +27,4 @@ post-patch:
@${ECHO} "LIB = ${LOCALBASE}/lib" >> ${WRKSRC}/config.in
@${ECHO} "DBNAME = -l${BDB_LIB_NAME}" >> ${WRKSRC}/config.in
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Doesn't build on FreeBSD 4.x
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>