diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/bijiben/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/bijiben/Makefile b/deskutils/bijiben/Makefile index 12e898c39572..cdd3c0b64486 100644 --- a/deskutils/bijiben/Makefile +++ b/deskutils/bijiben/Makefile @@ -28,4 +28,7 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +# needed for webkit +USES+= compiler:c++11-lib + .include <bsd.port.mk> |