diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-11-14 08:40:53 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-11-14 08:40:53 +0000 |
commit | 5a231f2d52bd05e3f19afe8a41b01a46bc97f521 (patch) | |
tree | 3d0dd74144c340139eda9766db8ff7cab22c566e /textproc/libextractor/Makefile | |
parent | 17dbbbc3712de1e73b5828620ff0ad2c566c795b (diff) | |
download | ports-5a231f2d52bd05e3f19afe8a41b01a46bc97f521.tar.gz ports-5a231f2d52bd05e3f19afe8a41b01a46bc97f521.zip |
Notes
Diffstat (limited to 'textproc/libextractor/Makefile')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index f82cb315c02f..f32cba7bf2b8 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libextractor -PORTVERSION= 0.5.15 +PORTVERSION= 0.5.16 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} @@ -23,7 +23,7 @@ USE_PYTHON= yes USE_AUTOTOOLS= libltdl:15 USE_DOS2UNIX= yes GNU_CONFIGURE= yes -USE_LDCONFIG= yes +USE_LDCONFIG= ${PREFIX}/lib/libextractor CONFIGURE_ARGS= --disable-ltdl-install --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |