diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 19:20:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 19:20:14 +0800 |
commit | f038d76db1d2f74309ce865947c4a97b98afce09 (patch) | |
tree | 0997236aa1cf8c358a3a31d2a2e5911fc3339176 /sysutils/gapcmon | |
parent | 17952f90c6e392f86b5e51a7d331ffbd9402abf4 (diff) | |
download | freebsd-ports-gnome-f038d76db1d2f74309ce865947c4a97b98afce09.tar.gz freebsd-ports-gnome-f038d76db1d2f74309ce865947c4a97b98afce09.tar.zst freebsd-ports-gnome-f038d76db1d2f74309ce865947c4a97b98afce09.zip |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Diffstat (limited to 'sysutils/gapcmon')
-rw-r--r-- | sysutils/gapcmon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/gapcmon/Makefile b/sysutils/gapcmon/Makefile index 41d7b96e1165..0eac0816cc5e 100644 --- a/sysutils/gapcmon/Makefile +++ b/sysutils/gapcmon/Makefile @@ -12,10 +12,8 @@ COMMENT= Monitor apcupsd with GTK+2 GUI LICENSE= GPLv2 SUB_FILES= pkg-message -USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gconf2 -USES= pkgconfig +USES= pkgconfig gmake tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= AUTHORS ChangeLog INSTALL README |