diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 12:24:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 12:24:05 +0000 |
commit | e9e1b08bec35db24c3767738018a822860652a27 (patch) | |
tree | c1df531e69726b028ea392f636c4093a99893059 /comms | |
parent | 5b4f298e3b8b52c36c2babc010fc9636b3f54e13 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qtel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qtel/Makefile b/comms/qtel/Makefile index f1ff614a58e6..e277cf3cd5b6 100644 --- a/comms/qtel/Makefile +++ b/comms/qtel/Makefile @@ -31,8 +31,8 @@ MAN5= svxlink.conf.5 \ ModuleSelCallEnc.conf.5 \ remotetrx.conf.5 MANCOMPRESSED= yes -USES= pkgconfig -USE_GMAKE= yes +USES= pkgconfig gmake +MAKE_JOBS_UNSAFE= yes USE_QT_VER= 3 USE_TCL= yes USE_RC_SUBR= svxlink remotetrx |