diff options
author | joerg <joerg> | 2015-02-28 23:48:03 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-02-28 23:48:03 +0000 |
commit | b4f9b756d6b8431149f58f602c2bcd4fbf7f877c (patch) | |
tree | 3cd53f0d7de800f84f42778cd87500589052b737 /x11/gtkglarea2 | |
parent | de2c6cbc71ac57513382d97f15f044d0331338cd (diff) | |
download | pkgsrc-b4f9b756d6b8431149f58f602c2bcd4fbf7f877c.tar.gz |
.auto is not picked up by *, so help pkgsrc to find
config.guess/config.sub.
Diffstat (limited to 'x11/gtkglarea2')
-rw-r--r-- | x11/gtkglarea2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gtkglarea2/Makefile b/x11/gtkglarea2/Makefile index e3d49f02bdf..9f98e37dafc 100644 --- a/x11/gtkglarea2/Makefile +++ b/x11/gtkglarea2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2014/05/05 00:48:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.35 2015/02/28 23:48:03 joerg Exp $ DISTNAME= gtkglarea-2.0.1 PKGNAME= ${DISTNAME:S/gtkglarea/gtkglarea2/} @@ -14,6 +14,9 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config +CONFIG_GUESS_OVERRIDE+= .auto/config.guess +CONFIG_SUB_OVERRIDE+= .auto/config.sub + PKGCONFIG_OVERRIDE= gtkgl-2.0.pc.in .include "../../graphics/glu/buildlink3.mk" |