aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jbigkit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jbigkit/Makefile')
-rw-r--r--graphics/jbigkit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile
index 6d491c086749..c349ff29bed3 100644
--- a/graphics/jbigkit/Makefile
+++ b/graphics/jbigkit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= jbigkit
-PORTVERSION= 1.5
+PORTVERSION= 1.6
CATEGORIES= graphics
MASTER_SITES= http://www.cl.cam.ac.uk/~mgk25/download/
@@ -26,6 +26,6 @@ post-install:
.endif
post-build test:
- cd ${WRKSRC} && env LD_LIBRARY_PATH=${WRKSRC}/libjbig ${MAKE} test
+ cd ${WRKSRC} && ${SETENV} LD_LIBRARY_PATH=${WRKSRC}/libjbig ${MAKE} test
.include <bsd.port.mk>