diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:21:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:21:34 +0800 |
commit | 8f6adf3f249f1e80d58c82a11d53d28bc44f9d18 (patch) | |
tree | 3ebf4ac52627e47ff20f8ad84adb71a493d8b327 /irc/thales | |
parent | c3efb3ab3913920a3fd69ff263b330a13f01c537 (diff) | |
download | freebsd-ports-gnome-8f6adf3f249f1e80d58c82a11d53d28bc44f9d18.tar.gz freebsd-ports-gnome-8f6adf3f249f1e80d58c82a11d53d28bc44f9d18.tar.zst freebsd-ports-gnome-8f6adf3f249f1e80d58c82a11d53d28bc44f9d18.zip |
- Convert USE_GMAKE to USES
Diffstat (limited to 'irc/thales')
-rw-r--r-- | irc/thales/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/thales/Makefile b/irc/thales/Makefile index 3f8d6ed86ce6..15baef49944e 100644 --- a/irc/thales/Makefile +++ b/irc/thales/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNU Thales -- An IRC to MySQL gateway GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_MYSQL= yes USE_RC_SUBR= thales |