diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:20:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-29 11:20:14 +0000 |
commit | 7a21dec23d525b7d538c8b786a36466c6f42a3fe (patch) | |
tree | 0997236aa1cf8c358a3a31d2a2e5911fc3339176 /sysutils/logtool | |
parent | 21a21949929f981bbd3926ed60498d387612d331 (diff) |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=355686
Diffstat (limited to 'sysutils/logtool')
-rw-r--r-- | sysutils/logtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/logtool/Makefile b/sysutils/logtool/Makefile index 53c898ce7963..ee9510c3839a 100644 --- a/sysutils/logtool/Makefile +++ b/sysutils/logtool/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://xjack.org/logtool/download/ MAINTAINER= dhn@FreeBSD.org COMMENT= Parse ASCII logfiles into ANSI, CSV, HTML formats -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/${PORTNAME} |