diff options
author | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-07-28 13:18:11 +0000 |
commit | 69356e8ad6ff54954bd9f075d874587b19d79eed (patch) | |
tree | 62286089e4f5658c8fa18e09c9d3e482a092d3c4 /editors | |
parent | b7fd61048649d8e0ddd9b9c2d931c01572330e58 (diff) | |
download | pkgsrc-69356e8ad6ff54954bd9f075d874587b19d79eed.tar.gz |
USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 0ea1bd9505b..6f7d17c9f3a 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/05/29 12:55:23 markd Exp $ +# $NetBSD: Makefile,v 1.24 2004/07/28 13:18:11 markd Exp $ DISTNAME= kile-1.6.3 CATEGORIES= editors kde @@ -12,6 +12,7 @@ USE_BUILDLINK3= yes USE_DIRS+= xdg-1.1 USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../meta-pkgs/kde3/kde3.mk" |