diff options
author | Ed Schouten <ed@FreeBSD.org> | 2015-07-13 12:41:44 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2015-07-13 12:41:44 +0000 |
commit | 59b570ecafe5a57ca60dac57dcbe149a6ea312c8 (patch) | |
tree | 5708a118d509ab5e87916dd16b58c8252dc2742b /sysutils/cloudabi-utils | |
parent | 4269d185f796ee1420d33c0876249236c5572e29 (diff) | |
download | ports-59b570ecafe5a57ca60dac57dcbe149a6ea312c8.tar.gz ports-59b570ecafe5a57ca60dac57dcbe149a6ea312c8.zip |
Notes
Diffstat (limited to 'sysutils/cloudabi-utils')
-rw-r--r-- | sysutils/cloudabi-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile index feec0fc99b78..f0873d3e84d3 100644 --- a/sysutils/cloudabi-utils/Makefile +++ b/sysutils/cloudabi-utils/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures -USES= tar:xz +USES= compiler:c11 tar:xz PLIST_FILES= bin/cloudabi-run \ libexec/cloudabi-reexec \ |