diff options
author | pav <pav@FreeBSD.org> | 2011-03-07 07:19:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-07 07:19:02 +0800 |
commit | d9fb1ad1fc1611a9703f1e555a0a77fb328c285b (patch) | |
tree | 5508fc321b030a57789ba9b814cb26268926395b /deskutils/doodle | |
parent | 11fdf90b0ec9340536ec7ada25c3e4cf3fb0cb10 (diff) | |
download | freebsd-ports-gnome-d9fb1ad1fc1611a9703f1e555a0a77fb328c285b.tar.gz freebsd-ports-gnome-d9fb1ad1fc1611a9703f1e555a0a77fb328c285b.tar.zst freebsd-ports-gnome-d9fb1ad1fc1611a9703f1e555a0a77fb328c285b.zip |
- Chase libextractor shlib raise
Reported by: pointyhat
Pointy hat to: vd
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 756e349c9a47..9cd8fac69782 100644 --- a/deskutils/doodle/Makefile +++ b/deskutils/doodle/Makefile @@ -8,14 +8,14 @@ PORTNAME= doodle PORTVERSION= 0.6.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://gnunet.org/doodle/download/ MAINTAINER= jadawin@FreeBSD.org COMMENT= Quickly search documents -LIB_DEPENDS= extractor.2:${PORTSDIR}/textproc/libextractor +LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor GNU_CONFIGURE= yes USE_GETTEXT= yes |