aboutsummaryrefslogtreecommitdiff
path: root/deskutils/basket
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-01-17 12:11:56 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-01-17 12:11:56 +0000
commitc867b9de4617239e7a957ec51207df5c96b640e7 (patch)
treedc56985f51402e651c996aaf9b21b5dea1b6ef5e /deskutils/basket
parent80117b9a3eadbf2fb5000347f203ab494c00b6e7 (diff)
downloadports-c867b9de4617239e7a957ec51207df5c96b640e7.tar.gz
ports-c867b9de4617239e7a957ec51207df5c96b640e7.zip
deskutils/basket, fix build with clang6
PR: 224669
Notes
Notes: svn path=/head/; revision=459243
Diffstat (limited to 'deskutils/basket')
-rw-r--r--deskutils/basket/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile
index f175f0ddf437..1d7c2182ee46 100644
--- a/deskutils/basket/Makefile
+++ b/deskutils/basket/Makefile
@@ -3,7 +3,7 @@
PORTNAME= basket
PORTVERSION= 1.81
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= deskutils kde
MASTER_SITES= http://basket.kde.org/downloads/
@@ -19,5 +19,6 @@ USE_XORG= xft xpm
USE_KDE= automoc4 kdelibs qimageblitz
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
+USE_CXXSTD= gnu++98
.include <bsd.port.mk>