diff options
Diffstat (limited to 'finance/ktoblzcheck/Makefile')
-rw-r--r-- | finance/ktoblzcheck/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/ktoblzcheck/Makefile b/finance/ktoblzcheck/Makefile index e26f3c12d3f2..16dc8f3fe188 100644 --- a/finance/ktoblzcheck/Makefile +++ b/finance/ktoblzcheck/Makefile @@ -6,13 +6,16 @@ # PORTNAME= ktoblzcheck -PORTVERSION= 1.33 +PORTVERSION= 1.34 CATEGORIES= finance german MASTER_SITES= SF/${PORTNAME} MAINTAINER= bsdkaffee@gmail.com COMMENT= Check bank codes of German banks +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GNOME= gnomehack pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool @@ -21,9 +24,6 @@ MAKE_JOBS_SAFE= yes MAN1= ktoblzcheck.1 -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - OPTIONS= PYTHON "Install Python bindings" off .include <bsd.port.options.mk> |