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 /net/libquvi | |
parent | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff) | |
download | pkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz |
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'net/libquvi')
-rw-r--r-- | net/libquvi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libquvi/Makefile b/net/libquvi/Makefile index d367baf17a6..c5b54c0a3cc 100644 --- a/net/libquvi/Makefile +++ b/net/libquvi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/02/06 23:23:17 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 14:22:40 rodent Exp $ # DISTNAME= libquvi-0.4.1 @@ -15,6 +15,7 @@ LICENSE= gnu-lgpl-v2.1 CONFLICTS+= quvi<=0.2.19 GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libquvi.pc.in |