diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-03 15:54:40 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-03 15:54:40 +0000 |
commit | 2f8c610bcdcfdea80dc9578fa7f828f76eebeffe (patch) | |
tree | bd9ba4a168b56cfe59acc9157536ec7dd6ac5ec2 /databases/knoda/Makefile | |
parent | f9f0820c269eccffaf5fcd772ddd0e1f773ba594 (diff) | |
download | ports-2f8c610bcdcfdea80dc9578fa7f828f76eebeffe.tar.gz ports-2f8c610bcdcfdea80dc9578fa7f828f76eebeffe.zip |
- Update to 0.7.3
- Fix build with modules other than mysql
reported by Paul J. Pathiakis <pathiaki@pathiaki.com> &
RÓcz JÓnos <wpooh@freestart.hu>
Notes
Notes:
svn path=/head/; revision=132356
Diffstat (limited to 'databases/knoda/Makefile')
-rw-r--r-- | databases/knoda/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index 65906c93503d..18da2b219634 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= knoda -PORTVERSION= 0.7.2 -PORTREVISION= 2 +PORTVERSION= 0.7.3 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +14,7 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Database frontend for KDE BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone -LIB_DEPENDS= hk_classes.6:${PORTSDIR}/databases/hk_classes +LIB_DEPENDS= hk_classes.7:${PORTSDIR}/databases/hk_classes USE_BZIP2= yes USE_KDELIBS_VER= 3 |