diff options
author | markus <markus@FreeBSD.org> | 2010-02-07 22:16:00 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2010-02-07 22:16:00 +0800 |
commit | 276cb088f705d85af4ec51bbac01c6d20d76f6ef (patch) | |
tree | bc8911211e0b79b4c94bf1ee2b295018eafc3c4e /databases/kbibtex/Makefile | |
parent | 9f77bfd0743e7af542406670a109e8299c9acb1d (diff) | |
download | freebsd-ports-gnome-276cb088f705d85af4ec51bbac01c6d20d76f6ef.tar.gz freebsd-ports-gnome-276cb088f705d85af4ec51bbac01c6d20d76f6ef.tar.zst freebsd-ports-gnome-276cb088f705d85af4ec51bbac01c6d20d76f6ef.zip |
Update to version 0.2.3
Diffstat (limited to 'databases/kbibtex/Makefile')
-rw-r--r-- | databases/kbibtex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index a1d208cabe09..7bcaa37ff98e 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -5,14 +5,15 @@ # $FreeBSD$ PORTNAME= kbibtex -PORTVERSION= 0.2.1 -PORTREVISION= 3 +PORTVERSION= 0.2.3 CATEGORIES= databases kde MASTER_SITES= http://www.unix-ag.uni-kl.de/~fischer/${PORTNAME}/download/ MAINTAINER= markus@FreeBSD.org COMMENT= BibTeX editor for KDE +LIB_DEPENDS= yaz.3:${PORTSDIR}/net/yaz + USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes |