summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-03 13:53:10 +0000
committerjlam <jlam@pkgsrc.org>2001-05-03 13:53:10 +0000
commitb91c7e2b7eb607e142ff67571ac9341c2c560365 (patch)
tree08d893887c49f3a6eeb4ab7dc5e530197b47a54b /textproc
parent51ae629b9a66a2f81225ee75283fb27910514b8e (diff)
downloadpkgsrc-b91c7e2b7eb607e142ff67571ac9341c2c560365.tar.gz
Include bsd.prefs.mk to get definition of X11BASE prior to using it.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rman/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index cd9c6ee914d..0292391b74e 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/03/20 00:10:08 fredb Exp $
+# $NetBSD: Makefile,v 1.18 2001/05/03 13:53:10 jlam Exp $
# FreeBSD Id: Makefile,v 1.17 1997/12/08 15:45:27 tg Exp
#
@@ -14,6 +14,8 @@ COMMENT= Produces HTML from formatted and unformatted man pages
WRKSRC= ${WRKDIR}/${PKGNAME}
+.include "../../mk/bsd.prefs.mk"
+
.if exists(${X11BASE}/bin/rman)
IGNORE= "Rosetta Man is included in your X distribution."
.endif