diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-15 05:33:46 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-15 05:33:46 +0000 |
commit | cdd9852bb024590b62c11c53c8408b29aac91de5 (patch) | |
tree | 1e81e5c5f19494be9480e3a117e59743c0e72bc7 /databases/knoda | |
parent | 7d981b30a0814635536ba21c3089da3b5055797e (diff) |
Notes
Diffstat (limited to 'databases/knoda')
-rw-r--r-- | databases/knoda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index 18da2b219634..e622d11ecdf3 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -6,6 +6,7 @@ PORTNAME= knoda PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Database frontend for KDE BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone -LIB_DEPENDS= hk_classes.7:${PORTSDIR}/databases/hk_classes +LIB_DEPENDS= hk_classes.8:${PORTSDIR}/databases/hk_classes USE_BZIP2= yes USE_KDELIBS_VER= 3 |