diff options
author | drochner <drochner@pkgsrc.org> | 2006-05-22 16:33:49 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-05-22 16:33:49 +0000 |
commit | b482daada9d352b0bde32a07b2e2a26abf5474d9 (patch) | |
tree | 02ba9742f9718a721547b3c4952a7fd9e5da339d /print/evince | |
parent | 7379c7326cc2ac53a166465366725b2098109c9c (diff) | |
download | pkgsrc-b482daada9d352b0bde32a07b2e2a26abf5474d9.tar.gz |
need c++
Diffstat (limited to 'print/evince')
-rw-r--r-- | print/evince/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/evince/Makefile.common b/print/evince/Makefile.common index bf458be4119..d74f755e9c0 100644 --- a/print/evince/Makefile.common +++ b/print/evince/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2006/04/13 18:23:36 jlam Exp $ +# $NetBSD: Makefile.common,v 1.4 2006/05/22 16:33:49 drochner Exp $ # DISTNAME= evince-0.5.2 @@ -17,6 +17,7 @@ USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt pkg-config +USE_LANGUAGES+= c++ # XXX fake for "configure" to allow build w/o a gs installed # (avoid hard dependency on a specific version) |