diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /textproc/libextractor/Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'textproc/libextractor/Makefile')
-rw-r--r-- | textproc/libextractor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index e67f8212fdbc..dfc4ef97833f 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,6 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.5.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ \ ${MASTER_SITE_GNU} @@ -18,7 +19,8 @@ COMMENT= Library for keyword extraction USE_GCC= 3.4+ USE_GNOME= glib20 USE_PYTHON= yes -USE_AUTOTOOLS= libtool:15:inc libltdl:15 +USE_AUTOTOOLS= libltdl:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-ltdl-install CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |