diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-13 16:18:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-13 16:18:38 +0800 |
commit | 3c29dfa081af6f277e55d281adb02e34fe65be67 (patch) | |
tree | d842421b657cbd7edad3a3d9ae7fc06f2fe68b48 /comms/hf | |
parent | 5e8d1f1323f682685200134176beab7fece385a0 (diff) | |
download | freebsd-ports-gnome-3c29dfa081af6f277e55d281adb02e34fe65be67.tar.gz freebsd-ports-gnome-3c29dfa081af6f277e55d281adb02e34fe65be67.tar.zst freebsd-ports-gnome-3c29dfa081af6f277e55d281adb02e34fe65be67.zip |
- Convert USE_GMAKE/USE_BZIP2 to USES
Diffstat (limited to 'comms/hf')
-rw-r--r-- | comms/hf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hf/Makefile b/comms/hf/Makefile index 9729f555de95..98005b88bce0 100644 --- a/comms/hf/Makefile +++ b/comms/hf/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= whiptail:${PORTSDIR}/devel/newt USE_GNOME= gtk12 -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} --sysconfdir=${STAGEDIR}${PREFIX} MAKE_JOBS_UNSAFE= yes |