diff options
author | rodent <rodent> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 14:22:39 +0000 |
commit | 2fc824555c8687ae8713cc8571a744e7b6543bbe (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /editors | |
parent | bfc303a7db8aae10577ffaad8dd01e54643dd40d (diff) | |
download | pkgsrc-2fc824555c8687ae8713cc8571a744e7b6543bbe.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'editors')
-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 |