diff options
author | rodent <rodent> | 2013-04-06 14:22:39 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 14:22:39 +0000 |
commit | 2fc824555c8687ae8713cc8571a744e7b6543bbe (patch) | |
tree | 4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /net/libquvi | |
parent | bfc303a7db8aae10577ffaad8dd01e54643dd40d (diff) | |
download | pkgsrc-2fc824555c8687ae8713cc8571a744e7b6543bbe.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 |