diff options
author | db <db@FreeBSD.org> | 2013-09-28 07:32:49 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2013-09-28 07:32:49 +0800 |
commit | 3d01ab22a9fd06e5b5815137932c051edac9ea3c (patch) | |
tree | 957df11ef91c71ece8c788e2bf351846ec0078fc /comms | |
parent | 818337f93e228cf4a791cc1c5dafa03112afbbe9 (diff) | |
download | freebsd-ports-graphics-3d01ab22a9fd06e5b5815137932c051edac9ea3c.tar.gz freebsd-ports-graphics-3d01ab22a9fd06e5b5815137932c051edac9ea3c.tar.zst freebsd-ports-graphics-3d01ab22a9fd06e5b5815137932c051edac9ea3c.zip |
- Fix build under Freebsd-10
Diffstat (limited to 'comms')
-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 96528fc5a34..55ec2b7bd5c 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 |