diff options
author | db <db@FreeBSD.org> | 2013-09-30 07:40:13 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2013-09-30 07:40:13 +0800 |
commit | 7dbb437ed6b32fbc831d6d89990dae34838ca426 (patch) | |
tree | 8163c34d2afda31a74acf4d474925962ae8ed329 /comms | |
parent | 30d2e233207f177162dd2c112cc3818138179dcd (diff) | |
download | freebsd-ports-gnome-7dbb437ed6b32fbc831d6d89990dae34838ca426.tar.gz freebsd-ports-gnome-7dbb437ed6b32fbc831d6d89990dae34838ca426.tar.zst freebsd-ports-gnome-7dbb437ed6b32fbc831d6d89990dae34838ca426.zip |
- update USE_GMAKE to USES= gmake
Diffstat (limited to 'comms')
-rw-r--r-- | comms/thebridge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 55ec2b7bd5cc..2e1481844cb8 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -13,12 +13,10 @@ COMMENT= Amateur Radio Echolink conference bridge LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes PORTDOCS= README USE_RC_SUBR= tbd -USE_AUTOTOOLS= autoconf -CONFIGURE_ENV= AUTOMAKE=/usr/bin/true NO_STAGE= yes .include <bsd.port.options.mk> |