diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:21:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:21:34 +0000 |
commit | 6654024e93e726b96b4460c27d8ada8b57f082b1 (patch) | |
tree | 3ebf4ac52627e47ff20f8ad84adb71a493d8b327 /irc/ctrlproxy | |
parent | - Convert USE_BZIP/GMAKE to USES (diff) |
- Convert USE_GMAKE to USES
Notes
Notes:
svn path=/head/; revision=348342
Diffstat (limited to 'irc/ctrlproxy')
-rw-r--r-- | irc/ctrlproxy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/ctrlproxy/Makefile b/irc/ctrlproxy/Makefile index 86d9c24cb9d6..67088615cc0f 100644 --- a/irc/ctrlproxy/Makefile +++ b/irc/ctrlproxy/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls USE_GNOME= glib20 USE_LDCONFIG= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= pkgconfig +USES= pkgconfig gmake MAN1= ctrlproxy.1 MAN5= ctrlproxy_config.5 |