diff options
author | smb <smb@pkgsrc.org> | 2008-07-02 14:24:45 +0000 |
---|---|---|
committer | smb <smb@pkgsrc.org> | 2008-07-02 14:24:45 +0000 |
commit | 1580004fd2215c79b5aec58d09abd3e8d9ad85a7 (patch) | |
tree | 26cae31eb9510aee47804abb59a3e9b4473897b8 /chat | |
parent | 81498b80b4615f700adee07026016a1cf9f80429 (diff) | |
download | pkgsrc-1580004fd2215c79b5aec58d09abd3e8d9ad85a7.tar.gz |
Add missing 'pkg-config' to USE_TOOLS
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-latex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/pidgin-latex/Makefile b/chat/pidgin-latex/Makefile index 9e12f6e9e41..5c80a3f0ae4 100644 --- a/chat/pidgin-latex/Makefile +++ b/chat/pidgin-latex/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2008/06/21 16:38:40 smb Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/02 14:24:45 smb Exp $ VERSION= 1.2.1 +PKGREVISION= 1 DISTNAME= pidgin-latex-${VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= chat print @@ -12,6 +13,7 @@ HOMEPAGE= http://sourceforge.net/projects/pidgin-latex/ COMMENT= Plugin for pidgin to render LaTeX as images USE_TOOLS+= gmake +USE_TOOLS+= pkg-config #PKG_DESTDIR_SUPPORT= user-destdir |