diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 20:24:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 20:24:05 +0800 |
commit | 61008606a73ba2ae5c068790d7ba18bd70a0c31d (patch) | |
tree | c1df531e69726b028ea392f636c4093a99893059 /comms | |
parent | c3983d6e28a2d16275dc416c6783baa8ec2a0080 (diff) | |
download | freebsd-ports-gnome-61008606a73ba2ae5c068790d7ba18bd70a0c31d.tar.gz freebsd-ports-gnome-61008606a73ba2ae5c068790d7ba18bd70a0c31d.tar.zst freebsd-ports-gnome-61008606a73ba2ae5c068790d7ba18bd70a0c31d.zip |
Mark jobs unsafe
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 |