diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-08 20:30:40 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-08 20:30:40 +0000 |
commit | 5bc039b0d143cb371c88c2135ff71be554f58b73 (patch) | |
tree | fa235ee3bd0aa3cbdd0a0e00d74898d477c10b04 /mail/sympa | |
parent | 79ce24dbc4400b699214fce2f822f558aa01a878 (diff) |
Depend on p5-DBD-mysql general port-- no need for fancy versioned logic
Notes
Notes:
svn path=/head/; revision=298777
Diffstat (limited to 'mail/sympa')
-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: |