diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
commit | 08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /editors/kdissert | |
parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'editors/kdissert')
-rw-r--r-- | editors/kdissert/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 859dac52e93..a9b24ad94bd 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.42 2013/02/16 11:20:57 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2013/04/06 14:22:40 rodent Exp $ # -DISTNAME= kdissert-1.0.7 -PKGREVISION= 20 -CATEGORIES= editors -MASTER_SITES= http://freehackers.org/~tnagy/kdissert/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= kdissert-1.0.7 +PKGREVISION= 20 +CATEGORIES= editors +MASTER_SITES= http://freehackers.org/~tnagy/kdissert/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://freehackers.org/~tnagy/kdissert/ -COMMENT= Mindmapping-like tool to generate text templates -LICENSE= gnu-gpl-v2 +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://freehackers.org/~tnagy/kdissert/ +COMMENT= Mindmapping-like tool to generate text templates +LICENSE= gnu-gpl-v2 USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ +USE_LIBTOOL= yes USE_TOOLS+= msgfmt PYTHON_FOR_BUILD_ONLY= yes |