diff options
author | sbd <sbd@pkgsrc.org> | 2013-03-29 06:05:57 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-03-29 06:05:57 +0000 |
commit | d5dc4a4083886e91989249fc3de6a7734af5f83e (patch) | |
tree | cc81ee556464ab04d952eef26e6d34644e7d3291 /net | |
parent | f0951946c19977a459d65cf5f55f01af85564571 (diff) | |
download | pkgsrc-d5dc4a4083886e91989249fc3de6a7734af5f83e.tar.gz |
Add SET_LIBDIR=yes
Diffstat (limited to 'net')
-rw-r--r-- | net/grilo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index 20c80e7efac..be3ea8451ca 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/01/26 21:36:39 adam Exp $ +# $NetBSD: Makefile,v 1.4 2013/03/29 06:05:57 sbd Exp $ # DISTNAME= grilo-0.2.4 @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c99 +SET_LIBDIR= yes PKGCONFIG_OVERRIDE+= grilo-0.2.pc.in PKGCONFIG_OVERRIDE+= grilo-net-0.2.pc.in |