Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/x11-fm/worker/Makefile 378683 2015-02-08 20:50:39Z bofh $ |
2 |
# $FreeBSD: head/x11-fm/worker/Makefile 378683 2015-02-08 20:50:39Z bofh $ |
3 |
|
3 |
|
4 |
PORTNAME= worker |
4 |
PORTNAME= worker |
5 |
PORTVERSION= 3.6.0 |
5 |
PORTVERSION= 3.6.1 |
6 |
CATEGORIES= x11-fm |
6 |
CATEGORIES= x11-fm |
7 |
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ |
7 |
MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ |
8 |
|
8 |
|
Lines 31-39
Link Here
|
31 |
|
31 |
|
32 |
.if ${OSVERSION} < 1000024 |
32 |
.if ${OSVERSION} < 1000024 |
33 |
USE_GCC= yes |
33 |
USE_GCC= yes |
34 |
.else |
|
|
35 |
CONFIGURE_ARGS+= --disable-cxx-check |
36 |
CXXFLAGS+= -std=c++11 |
37 |
.endif |
34 |
.endif |
38 |
|
35 |
|
39 |
.include <bsd.port.post.mk> |
36 |
.include <bsd.port.post.mk> |