diff options
-rw-r--r-- | mail/sympa/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index f2a99ffb81d4..29ae0920137b 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -102,11 +102,7 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .elif ${DB_TYPE:Msybase} RUN_DEPENDS+= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase .elif ${DB_TYPE:Mmysql} -. if exists (${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}/Makefile) -RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} -. else -IGNORE= Your MySQL installation is at ${MYSQL_VER}, and there is no p5-DBD-mysql${MYSQL_VER} port -. endif +RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif pre-fetch: |