diff options
-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> |