aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-BerkeleyDB
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-28 09:40:33 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-28 09:40:33 +0000
commitb9cd80afb003101e2a0811d13b0c82c56f0e9110 (patch)
treeeaed15536a09b667991af38701344d7dba888fa7 /databases/p5-BerkeleyDB
parentbe6e1b52435474b6bdef058762486d0e3abcafae (diff)
downloadports-b9cd80afb003101e2a0811d13b0c82c56f0e9110.tar.gz
ports-b9cd80afb003101e2a0811d13b0c82c56f0e9110.zip
Notes
Diffstat (limited to 'databases/p5-BerkeleyDB')
-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>