diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 07:15:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 07:15:40 +0000 |
commit | 5b5ff5795049f554223cb54a59c120f4f844f191 (patch) | |
tree | 9c977ad83d465f9559d9ea0e71d3b45104b73aec /finance/ktoblzcheck/Makefile | |
parent | 8e793b8fd13e755887ddf5a6227aaf32ac21e215 (diff) |
Notes
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> |