diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/thebridge/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 98e473ec263d..8352d2cfb4d6 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -1,6 +1,5 @@ # Created by: db # $FreeBSD$ -# PORTNAME= thebridge PORTVERSION= 1.09 @@ -14,6 +13,10 @@ COMMENT= Amateur Radio Echolink conference bridge LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +.if defined(.PARSEDIR) +USE_GMAKE= yes +.endif + GNU_CONFIGURE= yes PORTDOCS= README USE_RC_SUBR= tbd |