summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-06-05 10:05:50 +0000
committercrees <crees@FreeBSD.org>2012-06-05 10:05:50 +0000
commit6d0dd37e32ac313f034c057aad9f9b746743e0e3 (patch)
tree684c9d87f50304175807a48a2517edb31e7fc1ed
parent361c4ce5e8e5ee80af844d4dad0052d3f9c3c330 (diff)
downloadFreeBSD-ports-6d0dd37e32ac313f034c057aad9f9b746743e0e3.zip
FreeBSD-ports-6d0dd37e32ac313f034c057aad9f9b746743e0e3.tar.gz
- Fix CONFLICTS
PR: Submitted by: Sulev-Madis 'ketas' Silber - While here, nuke any final references to SITE_PERL in dependencies
-rw-r--r--mail/sympa5/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/sympa5/Makefile b/mail/sympa5/Makefile
index 58edb23..ffe61ba 100644
--- a/mail/sympa5/Makefile
+++ b/mail/sympa5/Makefile
@@ -66,7 +66,7 @@ MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip
MAN8= alias_manager.8 archived.8 bounced.8 sympa.8
-CONFLICTS= sympa-4* sympa-5.[0-2]*
+CONFLICTS= sympa-[0-46-9]*
DB_TYPE?=mysql
@@ -82,21 +82,21 @@ PLIST_SUB+= NLS=""
.if !defined(WITHOUT_FASTCGI)
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI
+BUILD_DEPENDS+= p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI
SUB_LIST+= WITH_FASTCGI=yes
.endif
.if ${DB_TYPE} == "Oracle"
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle
+BUILD_DEPENDS+= p5-DBD-Oracle>=0:${PORTSDIR}/databases/p5-DBD-Oracle
.else
.if ${DB_TYPE} == "Pg"
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+BUILD_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
.else
.if ${DB_TYPE} == "Sybase"
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Sybase.pm:${PORTSDIR}/databases/p5-DBD-Sybase
+BUILD_DEPENDS+= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase
.else
.if ${DB_TYPE} == "mysql"
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+BUILD_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.endif
.endif
.endif
OpenPOWER on IntegriCloud