summaryrefslogtreecommitdiff
path: root/graphics/enblend-enfuse
diff options
context:
space:
mode:
authorobache <obache>2012-09-14 14:38:12 +0000
committerobache <obache>2012-09-14 14:38:12 +0000
commit1df1783df38ab45acb4a37e348bbb439aec57805 (patch)
tree599432ef8de5d848f593a787f4d2618e93f885a7 /graphics/enblend-enfuse
parent2fc6ac7f8a5244d89dfc7b5e6f99ce8502b8c97c (diff)
downloadpkgsrc-1df1783df38ab45acb4a37e348bbb439aec57805.tar.gz
After update of recent boost, -lboost_system is required.
PR 46873 by Tero Kivinen. Bump PKGREVISION.
Diffstat (limited to 'graphics/enblend-enfuse')
-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"