diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-12 23:49:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-12 23:49:00 +0800 |
commit | af06c350c3c1fce2462cfba3b1fc4b0dd14c258f (patch) | |
tree | 11aa2ba6720e6e05725002c348c2a90227f0d6a4 | |
parent | 3ee97dd8d607461821f60bbbe0e007382aa5c366 (diff) | |
download | freebsd-ports-gnome-af06c350c3c1fce2462cfba3b1fc4b0dd14c258f.tar.gz freebsd-ports-gnome-af06c350c3c1fce2462cfba3b1fc4b0dd14c258f.tar.zst freebsd-ports-gnome-af06c350c3c1fce2462cfba3b1fc4b0dd14c258f.zip |
Revert marking unsafe, this port is actually job safe
-rw-r--r-- | graphics/autopano-sift-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index 372aed1561a5..6e02e3a2b3a0 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -21,7 +21,7 @@ CONFLICTS= autopano-sift-[0-9]* USE_GNOME= libxml2 USES= cmake -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/autopano bin/autopano-c-complete.sh \ bin/autopano-sift-c bin/generatekeys |