diff options
author | kwm <kwm@FreeBSD.org> | 2005-06-11 04:16:43 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-06-11 04:16:43 +0800 |
commit | a28a3908ff005da73243faabe2e36e31d8603188 (patch) | |
tree | d6f89fbb2b04f72b59c807de0f639134790fc036 /deskutils/drivel/Makefile | |
parent | 49d10fe70b0e9590f66555dd9fa7b2608b575fee (diff) | |
download | freebsd-ports-gnome-a28a3908ff005da73243faabe2e36e31d8603188.tar.gz freebsd-ports-gnome-a28a3908ff005da73243faabe2e36e31d8603188.tar.zst freebsd-ports-gnome-a28a3908ff005da73243faabe2e36e31d8603188.zip |
Update to 2.0.0.
What has changed:
* Support for LiveJournal, Blogger, MovableType, Advogato, and Atom journals
(systems based off these are also supported, including WordPress and Drupal)
* The ability to post, edit, delete, and view recent entries
* Integrated spellchecking and HTML syntax highlighting
* Offline composition and editing
* Automatic recovery in the event of a crash
* Journal system extensions, including LiveJournal security groups and
MovableType categories
Diffstat (limited to 'deskutils/drivel/Makefile')
-rw-r--r-- | deskutils/drivel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile index 00ffbcb387be..de7a2efe489b 100644 --- a/deskutils/drivel/Makefile +++ b/deskutils/drivel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= drivel -PORTVERSION= 1.2.3 -PORTREVISION= 4 +PORTVERSION= 2.0.0 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +17,7 @@ COMMENT= The Gnome livejournal client LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl USE_X_PREFIX= yes +USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack libgnomeui intlhack gtksourceview USE_BZIP2= yes USE_GMAKE= yes |