diff options
Diffstat (limited to 'textproc/libextractor/Makefile')
-rw-r--r-- | textproc/libextractor/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index f32cba7bf2b8..fc3b8cb2d6a7 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libextractor -PORTVERSION= 0.5.16 +PORTVERSION= 0.5.17a CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} @@ -47,6 +47,9 @@ post-patch: check: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) +# this thing depends on install +#regression-test: check + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/wand/magick-wand.h) |