diff options
author | cube <cube@pkgsrc.org> | 2003-12-13 23:20:46 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-12-13 23:20:46 +0000 |
commit | e4aa31db39009e40278e4bc3cee458046ee03639 (patch) | |
tree | f176d812e5bb7b9a0f6c3095f8b904de573ad1f6 /devel/libgtop2 | |
parent | 3b040a1943b6ab0d24d2ac9cb981a622851fac77 (diff) | |
download | pkgsrc-e4aa31db39009e40278e4bc3cee458046ee03639.tar.gz |
This package is one of the pathological texinfo users, where the size of
the produced info file is too small to be sliced up with texinfo < 4.6,
but large enough to be by texinfo >= 4.6.
As a workaround, require texinfo >= 4.6 to build it, while we wait for
Stoned's better fix.
This only adds a build dependency, and we're close enough to the last
commit to avoid revision bump.
Diffstat (limited to 'devel/libgtop2')
-rw-r--r-- | devel/libgtop2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index a957cd73176..3d115392a5c 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/12/13 20:27:42 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/13 23:20:46 cube Exp $ DISTNAME= libgtop-2.0.7 PKGNAME= ${DISTNAME:S/-/2-/} @@ -40,6 +40,7 @@ PKGCONFIG_OVERRIDE= ${WRKSRC}/libgtop-2.0.pc.in PKGCONFIG_OVERRIDE+= ${WRKSRC}/support/gnome-support-2.0.pc.in USE_MAKEINFO= YES INFO_FILES= libgtop2.info +TEXINFO_REQD= 4.6 # The following flags are for debugging purposes. They don't need to # be used unless you are actively developing/debugging libgtop. |