diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-21 13:10:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-21 13:10:54 +0000 |
commit | bc58c876e4ab3d2cd1c803a321f3e647ab42b121 (patch) | |
tree | d80f7b572c02b785c3ee8456ce72c2e139915ba5 /editors | |
parent | eba62a8f7e0d98224fa0df71e0ed0090516d21a6 (diff) | |
download | pkgsrc-bc58c876e4ab3d2cd1c803a321f3e647ab42b121.tar.gz |
Needs pkg-config.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/kile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kile/Makefile b/editors/kile/Makefile index 0bac746c5a8..fc948ae1e71 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2006/05/15 11:14:02 markd Exp $ +# $NetBSD: Makefile,v 1.37 2006/06/21 13:12:09 joerg Exp $ DISTNAME= kile-1.9 CATEGORIES= editors kde @@ -10,7 +10,7 @@ HOMEPAGE= http://kile.sourceforge.net/ COMMENT= LaTeX source editor - TeX shell - Gnuplot front end USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |