diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-19 03:03:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-19 03:03:03 +0800 |
commit | 5c0f7ada8e3d6c1b470a20e24a47960fd0988601 (patch) | |
tree | 20084cf51a5b5184ffa5936e187493c28432f160 /net/ostinato | |
parent | 8b85b79f4b8861323823e3e6f5c0c668f44b418c (diff) | |
download | freebsd-ports-gnome-5c0f7ada8e3d6c1b470a20e24a47960fd0988601.tar.gz freebsd-ports-gnome-5c0f7ada8e3d6c1b470a20e24a47960fd0988601.tar.zst freebsd-ports-gnome-5c0f7ada8e3d6c1b470a20e24a47960fd0988601.zip |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/ostinato')
-rw-r--r-- | net/ostinato/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ostinato/Makefile b/net/ostinato/Makefile index cc8f45b21054..2f9cea76bd2b 100644 --- a/net/ostinato/Makefile +++ b/net/ostinato/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libprotobuf.so:devel/protobuf -USES= qmake +USES= compiler:c++11-lang qmake USE_QT4= corelib gui moc_build rcc_build uic_build network script \ xml |