diff options
Diffstat (limited to 'databases/kbibtex/Makefile')
-rw-r--r-- | databases/kbibtex/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 588189cccf46..235c254dba6a 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= kbibtex -DISTVERSION= 0.6 -PORTREVISION= 5 +DISTVERSION= 0.6.2 CATEGORIES= databases kde -MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:C,(^[[:digit:]]\.[[:digit:]]).*,\1,}/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= kde@FreeBSD.org COMMENT= Bibliography editor for KDE @@ -14,7 +13,7 @@ LIB_DEPENDS= libpoppler-qt4.so:graphics/poppler-qt4 \ libqca.so:devel/qca \ libqoauth.so:net/qoauth -USES= cmake iconv kde:4 shared-mime-info tar:xz +USES= cmake gettext iconv kde:4 shared-mime-info tar:xz USE_GNOME= libxml2 libxslt USE_KDE= kdelibs automoc4 USE_QT4= qmake_build moc_build uic_build rcc_build \ |