diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2012-03-21 05:39:27 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2012-03-21 05:39:27 +0800 |
commit | 31471c1b58484e62d8620605dedcdcdc3d806dca (patch) | |
tree | 22084e7e60fb6f2c982f07ad1fc38e5e9f1d72a4 /databases/innotop | |
parent | 54ac590af5969e904b80a007ff078f1ded9eb090 (diff) | |
download | freebsd-ports-gnome-31471c1b58484e62d8620605dedcdcdc3d806dca.tar.gz freebsd-ports-gnome-31471c1b58484e62d8620605dedcdcdc3d806dca.tar.zst freebsd-ports-gnome-31471c1b58484e62d8620605dedcdcdc3d806dca.zip |
Remove USE_MYSQL since the port does not depend on the mysql client
Reported by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Feature safe: yes
Diffstat (limited to 'databases/innotop')
-rw-r--r-- | databases/innotop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/innotop/Makefile b/databases/innotop/Makefile index 8e31b6d8f012..94a192a47085 100644 --- a/databases/innotop/Makefile +++ b/databases/innotop/Makefile @@ -7,6 +7,7 @@ PORTNAME= innotop PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE @@ -23,7 +24,6 @@ RUN_DEPENDS= p5-DBD-mysql>=3:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>=1.46:${PORTSDIR}/databases/p5-DBI \ p5-Term-ReadKey>=2.10:${PORTSDIR}/devel/p5-Term-ReadKey -USE_MYSQL= yes PERL_CONFIGURE= yes MAN1= innotop.1 |