diff options
author | jlam <jlam@pkgsrc.org> | 2001-05-03 13:53:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-05-03 13:53:10 +0000 |
commit | b91c7e2b7eb607e142ff67571ac9341c2c560365 (patch) | |
tree | 08d893887c49f3a6eeb4ab7dc5e530197b47a54b /textproc/rman | |
parent | 51ae629b9a66a2f81225ee75283fb27910514b8e (diff) | |
download | pkgsrc-b91c7e2b7eb607e142ff67571ac9341c2c560365.tar.gz |
Include bsd.prefs.mk to get definition of X11BASE prior to using it.
Diffstat (limited to 'textproc/rman')
-rw-r--r-- | textproc/rman/Makefile | 4 |
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 |