diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /textproc/libextractor | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'textproc/libextractor')
-rw-r--r-- | textproc/libextractor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 8acc0205e6c0..17a0f63d193e 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -11,10 +11,11 @@ COMMENT= Library for keyword extraction LICENSE= GPLv3 # (or later) +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl + USES= iconv gettext libtool makeinfo pathfix pkgconfig USE_GNOME= gtk20 USE_PYTHON= yes -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk-version=2 \ --with-ltdl=${LOCALBASE} |