diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-06 11:47:28 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-06 11:47:28 +0000 |
commit | d734254bd0b01dbf5b974f17f6daf4266231318e (patch) | |
tree | 9501e21ccfac67dfa32a205a2fbba894512faa7b /deskutils/doodle | |
parent | 7de47aec89540d1f24af0f641e7a724f20e8e575 (diff) | |
download | FreeBSD-ports-d734254bd0b01dbf5b974f17f6daf4266231318e.zip FreeBSD-ports-d734254bd0b01dbf5b974f17f6daf4266231318e.tar.gz |
Chase the libextractor update.
Reported by: pointyhat via kris
Ignored by: kevlo
Diffstat (limited to 'deskutils/doodle')
-rw-r--r-- | deskutils/doodle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/doodle/Makefile b/deskutils/doodle/Makefile index e6a3459..0db4f1a 100644 --- a/deskutils/doodle/Makefile +++ b/deskutils/doodle/Makefile @@ -8,14 +8,14 @@ PORTNAME= doodle PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://gnunet.org/doodle/download/ MAINTAINER= jylefort@FreeBSD.org COMMENT= Quickly search documents -LIB_DEPENDS= extractor.1:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor USE_REINPLACE= yes USE_LIBTOOL_VER=15 |