diff options
author | dhn <dhn@FreeBSD.org> | 2012-04-29 16:16:26 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2012-04-29 16:16:26 +0800 |
commit | 20022dbfe7a376e243ed1bee207f9f39abc199c9 (patch) | |
tree | 94dd69277b9a81f534e801d074fb0b536566a5ec | |
parent | 6b3b836a71762fcc35c39d512946a3ac4fb07039 (diff) | |
download | freebsd-ports-gnome-20022dbfe7a376e243ed1bee207f9f39abc199c9.tar.gz freebsd-ports-gnome-20022dbfe7a376e243ed1bee207f9f39abc199c9.tar.zst freebsd-ports-gnome-20022dbfe7a376e243ed1bee207f9f39abc199c9.zip |
- Add CONFLICTS with databases/mariadb-scripts
Reported by: Matthew Seaman <matthew@freebsd.org>
-rw-r--r-- | databases/mytop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/mytop/Makefile b/databases/mytop/Makefile index 4ef027391f38..62e0f58cdce4 100644 --- a/databases/mytop/Makefile +++ b/databases/mytop/Makefile @@ -18,6 +18,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD p5-DBI>=1.13:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey +CONFLICTS= mariadb-scripts-[0-9]* + PERL_CONFIGURE= yes MAN1= mytop.1 |