diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-04-10 16:22:06 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-04-10 16:22:06 +0000 |
commit | 214758eafd6f1279b06737cc94f1d7db6f13e5da (patch) | |
tree | a98892fac815c13ae1c8d4df1db99ca2247b4ee5 /deskutils | |
parent | 4b36d9cb6bc30501c60ce2233f9ef76e92c2d374 (diff) | |
download | ports-214758eafd6f1279b06737cc94f1d7db6f13e5da.tar.gz ports-214758eafd6f1279b06737cc94f1d7db6f13e5da.zip |
Fix the build on < 10.0
Notes
Notes:
svn path=/head/; revision=383740
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> |