pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgdepgraph nroff is required for SunOS and AIX.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5524ac55eb26
branches: trunk
changeset: 631379:5524ac55eb26
user: obache <obache%pkgsrc.org@localhost>
date: Mon Mar 03 05:03:49 2014 +0000
description:
nroff is required for SunOS and AIX.
diffstat:
pkgtools/pkgdepgraph/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 34e7d245f879 -r 5524ac55eb26 pkgtools/pkgdepgraph/Makefile
--- a/pkgtools/pkgdepgraph/Makefile Mon Mar 03 04:54:34 2014 +0000
+++ b/pkgtools/pkgdepgraph/Makefile Mon Mar 03 05:03:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2014/03/03 03:30:54 obache Exp $
+# $NetBSD: Makefile,v 1.34 2014/03/03 05:03:49 obache Exp $
#
PKGNAME= pkgdepgraph-2.8
@@ -21,6 +21,10 @@
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
+USE_TOOLS+= nroff
+.endif
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
do-extract:
Home |
Main Index |
Thread Index |
Old Index