diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-05 05:16:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-05 05:16:56 +0800 |
commit | 2c0058695a5a9648d8e5ea407f90dee9590d7c4f (patch) | |
tree | 4d0bdfc2c152c32f83af99c8082fb1a4a3c97220 | |
parent | 3560272eb271ccd054c456414918c2ea2e6fb6c7 (diff) | |
download | freebsd-ports-gnome-2c0058695a5a9648d8e5ea407f90dee9590d7c4f.tar.gz freebsd-ports-gnome-2c0058695a5a9648d8e5ea407f90dee9590d7c4f.tar.zst freebsd-ports-gnome-2c0058695a5a9648d8e5ea407f90dee9590d7c4f.zip |
Fix build with bmake
-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 |