aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-18 01:21:53 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-10-18 01:21:53 +0800
commit8aa9695249820c410d799050e518212829441672 (patch)
tree12237d142fcf5633bd21a25fab4325dfedaae777 /mail
parentccdac57071628ad87991a1dfa2782c38f75dbda3 (diff)
downloadfreebsd-ports-gnome-8aa9695249820c410d799050e518212829441672.tar.gz
freebsd-ports-gnome-8aa9695249820c410d799050e518212829441672.tar.zst
freebsd-ports-gnome-8aa9695249820c410d799050e518212829441672.zip
Remove unnecessary if statement.
Noticed by: demon Approved by: novel (mentor) (implicit)
Diffstat (limited to 'mail')
-rw-r--r--mail/sympa5/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile
index 176f1e407189..da65a1e8c3d1 100644
--- a/mail/sympa5/Makefile
+++ b/mail/sympa5/Makefile
@@ -60,11 +60,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle
.else
.if ${DB_TYPE} == "Pg"
-.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg-13
-.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
-.endif
.else
.if ${DB_TYPE} == "Sybase"
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase