diff options
author | jmmv <jmmv> | 2003-07-23 14:00:06 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-23 14:00:06 +0000 |
commit | 744dbd6c141344304e4a16273363c9c5c28053fd (patch) | |
tree | ec582245cc2ce2d7b0ad351f586bb708dd20be8b /x11 | |
parent | 0e4e9c86238869a5fb1ca6943496cba3d17090ee (diff) | |
download | pkgsrc-744dbd6c141344304e4a16273363c9c5c28053fd.tar.gz |
Use PKGCONFIG_OVERRIDE. Explicitly include pkgconfig's buildlink2.mk.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2-engines/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index 17912b29fc1..48ec7954644 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:31 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/07/23 14:00:06 jmmv Exp $ # DISTNAME= gtk-engines-2.2.0 @@ -18,6 +18,8 @@ USE_X11= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/gtk-engines-2.pc.in +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |