diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-17 12:35:02 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-17 12:35:02 +0800 |
commit | 1e45c82800003881f68ecd40478aa7d38a698dc2 (patch) | |
tree | 4dd7768778f5758186d364b5712dc0979a1ec001 /textproc | |
parent | a97fa1b76b6539504f41723c74ba97e3232b8fb7 (diff) | |
download | freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.gz freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.tar.zst freebsd-ports-gnome-1e45c82800003881f68ecd40478aa7d38a698dc2.zip |
Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL= 323 40
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/modlogan/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index f2c32464bd43..be2b73636c7c 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -21,13 +21,6 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ USE_AUTOTOOLS= libtool USE_GETTEXT= yes -.if defined(WITH_MYSQL) -# To quote the author: -# It is used by src/processor/telecom/... for a commercial project. The -# project itself is opensource but not documented. -# Therefore no testing if it works is made in the FreeBSD port. -LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client -.endif # Please don't remove the comments, as soon as autoconf/libtool get's # updated in the ports collection the comments may be removed. |