diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-12-31 01:15:06 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-12-31 01:15:06 +0800 |
commit | 33067176f0dd22552f3ab696641e1d0513658da2 (patch) | |
tree | bf29ca76cbe34b0c84a53e2596fa0d1ca56ae7a8 /textproc | |
parent | 357f0ecf9b8c2fc89ca89be18ce6d040d9af1dfe (diff) | |
download | freebsd-ports-gnome-33067176f0dd22552f3ab696641e1d0513658da2.tar.gz freebsd-ports-gnome-33067176f0dd22552f3ab696641e1d0513658da2.tar.zst freebsd-ports-gnome-33067176f0dd22552f3ab696641e1d0513658da2.zip |
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/kdiff3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile index 30ab9bc57594..567c594712fa 100644 --- a/textproc/kdiff3/Makefile +++ b/textproc/kdiff3/Makefile @@ -10,7 +10,7 @@ COMMENT= KDE graphical frontend for diff LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake kde:5 qt:5 +USES= cmake compiler:c++11-lang kde:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= KDE GH_TAGNAME= 42403aa |