diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 00:47:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 00:47:24 +0000 |
commit | 5bcd2acf9b1c6773810f33337972020c789b0b9d (patch) | |
tree | c9e18a465a139b6562008b825ea81b9ecabaac0c /graphics/jbigkit/Makefile | |
parent | 17353f3ac0709f7ddb8eb6466dc280c0d065bac1 (diff) | |
download | ports-5bcd2acf9b1c6773810f33337972020c789b0b9d.tar.gz ports-5bcd2acf9b1c6773810f33337972020c789b0b9d.zip |
Notes
Diffstat (limited to 'graphics/jbigkit/Makefile')
-rw-r--r-- | graphics/jbigkit/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile index e08f7dc7c2d3..c1e24dca5560 100644 --- a/graphics/jbigkit/Makefile +++ b/graphics/jbigkit/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= jbigkit-1.0 +DISTNAME= jbigkit-1.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.informatik.uni-erlangen.de/pub/doc/ISO/JBIG/ @@ -23,4 +23,7 @@ post-install: .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +test: build + cd ${WRKSRC} && env LD_LIBRARY_PATH=${WRKSRC}/libjbig ${MAKE} test + .include <bsd.port.mk> |