diff options
author | Diane Bruce <db@FreeBSD.org> | 2013-09-27 23:32:49 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2013-09-27 23:32:49 +0000 |
commit | 88db9f33b2371efbda2dc099b7a239b200d594ef (patch) | |
tree | 957df11ef91c71ece8c788e2bf351846ec0078fc /comms/thebridge | |
parent | ccb339f7ccfc34a9edf354625ccdf60ef9c9013f (diff) |
- Fix build under Freebsd-10
Notes
Notes:
svn path=/head/; revision=328533
Diffstat (limited to 'comms/thebridge')
-rw-r--r-- | comms/thebridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/thebridge/Makefile b/comms/thebridge/Makefile index 96528fc5a342..55ec2b7bd5cc 100644 --- a/comms/thebridge/Makefile +++ b/comms/thebridge/Makefile @@ -13,6 +13,7 @@ COMMENT= Amateur Radio Echolink conference bridge LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USE_GMAKE= yes GNU_CONFIGURE= yes PORTDOCS= README USE_RC_SUBR= tbd |