diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-04-12 23:01:52 +0800 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2019-04-12 23:01:52 +0800 |
commit | 537115f2ab72bf8a358d0ca126321af3345465cb (patch) | |
tree | cd5209369c8461e8c8c76e51448c862245196b1c /comms/ncid | |
parent | 0f76cd81197b6d9eb880f75b4d14d9f843eb6091 (diff) | |
download | freebsd-ports-gnome-537115f2ab72bf8a358d0ca126321af3345465cb.tar.gz freebsd-ports-gnome-537115f2ab72bf8a358d0ca126321af3345465cb.tar.zst freebsd-ports-gnome-537115f2ab72bf8a358d0ca126321af3345465cb.zip |
comms/ncid: fix build with GCC-based architectures
PR: 237036
Submitted by: Piotr Kubaj <pkubaj % anongoth.pl>
Approved by: linimon (portmgr)
Diffstat (limited to 'comms/ncid')
-rw-r--r-- | comms/ncid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/ncid/Makefile b/comms/ncid/Makefile index fd01f5cfc037..91ea1f792ac4 100644 --- a/comms/ncid/Makefile +++ b/comms/ncid/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash -USES= gmake perl5 tk shebangfix +USES= compiler:c11 gmake perl5 tk shebangfix SHEBANG_FILES= extensions/*.sh \ gateway/*.pl gateway/*.sh \ |