summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorobache <obache>2012-09-14 14:38:12 +0000
committerobache <obache>2012-09-14 14:38:12 +0000
commitacc40e7530bfb7ed5d2dba32a96dd49b4ca9c07d (patch)
tree599432ef8de5d848f593a787f4d2618e93f885a7 /graphics
parent69525b895df312f18f700f36705e5555b1b4099d (diff)
downloadpkgsrc-acc40e7530bfb7ed5d2dba32a96dd49b4ca9c07d.tar.gz
After update of recent boost, -lboost_system is required.
PR 46873 by Tero Kivinen. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/enblend-enfuse/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/enblend-enfuse/Makefile b/graphics/enblend-enfuse/Makefile
index 65810cf940e..01d8b8dfd8b 100644
--- a/graphics/enblend-enfuse/Makefile
+++ b/graphics/enblend-enfuse/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2012/02/06 12:40:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2012/09/14 14:38:12 obache Exp $
DISTNAME= enblend-enfuse-4.0
# XXX distribution file has changed; remove the line below on next update
DIST_SUBDIR= ${PKGNAME_NOREV}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enblend/}
@@ -32,7 +32,10 @@ CONFIGURE_ARGS+= --with-x
.include "../../graphics/glut/buildlink3.mk"
.endif
+LIBS+= -lboost_system
+
.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"