diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-09 16:31:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-09 16:31:56 +0000 |
commit | 9f1bf328d7e42fc2b9922321ffb6815fa2485d1d (patch) | |
tree | 162c5dc079a94d9d02882c39fd956518a47f8319 /print | |
parent | 173fb3d2fa0a815827453969d65750c02c7a2433 (diff) | |
download | pkgsrc-9f1bf328d7e42fc2b9922321ffb6815fa2485d1d.tar.gz |
Uses C++.
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common index d69a44714be..7efcabea8bd 100644 --- a/print/poppler/Makefile.common +++ b/print/poppler/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2006/04/01 17:22:12 reed Exp $ +# $NetBSD: Makefile.common,v 1.5 2006/05/09 16:31:56 joerg Exp $ # POPPLER_VERS= 0.5.1 @@ -14,3 +14,4 @@ PATCHDIR= ${.CURDIR}/../../print/poppler/patches USE_TOOLS+= pkg-config USE_LIBTOOL= yes +USE_LANGUAGES= c c++ |