pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/mydns-pgsql Uses makeinfo during build (at least t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05fdd35b78a4
branches:  trunk
changeset: 508961:05fdd35b78a4
user:      kim <kim%pkgsrc.org@localhost>
date:      Wed Mar 01 08:39:50 2006 +0000

description:
Uses makeinfo during build (at least the MySQL variant does).

diffstat:

 net/mydns-pgsql/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a879ab534e5f -r 05fdd35b78a4 net/mydns-pgsql/Makefile.common
--- a/net/mydns-pgsql/Makefile.common   Wed Mar 01 07:21:07 2006 +0000
+++ b/net/mydns-pgsql/Makefile.common   Wed Mar 01 08:39:50 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2006/01/24 10:42:10 ghen Exp $
+# $NetBSD: Makefile.common,v 1.10 2006/03/01 08:39:50 kim Exp $
 
 DISTNAME=              mydns-1.1.0
 CATEGORIES=            net
@@ -9,6 +9,7 @@
 HOMEPAGE=              http://mydns.bboy.net/
 
 GNU_CONFIGURE=         YES
+USE_MAKEINFO=          YES
 USE_PKGLOCALEDIR=      YES
 
 CONFIGURE_ARGS+=       --with-confdir=${PKG_SYSCONFDIR:Q}



Home | Main Index | Thread Index | Old Index