diff options
author | obache <obache@pkgsrc.org> | 2012-06-09 07:00:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-06-09 07:00:46 +0000 |
commit | d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f (patch) | |
tree | 90290962aad23c148163f3ddbf4d73742b8785ef /x11/listres | |
parent | a2f05e24a508e033a4a832c6cd3968135a6cc5ec (diff) | |
download | pkgsrc-d68d1308d3c2c3ae2cbb00cb4f47bcb98f8b3e1f.tar.gz |
Require hacks for fixing autoconf + space in variable name issue.
Diffstat (limited to 'x11/listres')
-rw-r--r-- | x11/listres/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/listres/Makefile b/x11/listres/Makefile index 909e07faad8..9dc01aff1f6 100644 --- a/x11/listres/Makefile +++ b/x11/listres/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/06/03 17:58:04 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/06/09 07:00:49 obache Exp $ # DISTNAME= listres-1.0.3 @@ -18,5 +18,7 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +.include "../../meta-pkgs/modular-xorg/hacks.mk" + .include "../../x11/libXaw/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |