diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:22:39 +0000 |
commit | 08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /print/qpdfview/Makefile | |
parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'print/qpdfview/Makefile')
-rw-r--r-- | print/qpdfview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 4da139bbdbb..82f46b2d380 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/03/31 08:13:32 obache Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 14:22:41 rodent Exp $ # VER= 0.4 @@ -27,6 +27,7 @@ SUBST_VARS.prefix+= DESTDIR PREFIX PKGMANDIR USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config +USE_LIBTOOL= yes do-configure: cd ${WRKSRC} && QTDIR=${QTDIR} \ |