diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-06 21:51:52 +0000 |
commit | df7d10dbeb6ea893cc9ee596440b17f678ac520b (patch) | |
tree | fa6905795590589ebd0b0c62593b671b65dced58 /textproc/groff | |
parent | 7c7115cddaa412e231fb506211a8a0a7da88a54a (diff) | |
download | pkgsrc-df7d10dbeb6ea893cc9ee596440b17f678ac520b.tar.gz |
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 164dc611a58..96e903ded7e 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2007/08/05 08:47:57 tnn Exp $ +# $NetBSD: Makefile,v 1.46 2007/09/06 21:51:54 jlam Exp $ # DISTNAME= groff-1.19.2 @@ -50,8 +50,7 @@ PLIST_SUBST+= GNU_PREFIX_AN_TMAC="" .endif .if ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1" -# needs getopt_long() -. include "../../pkgtools/libnbcompat/buildlink3.mk" +. include "../../pkgtools/libnbcompat/inplace.mk" # getopt_long() .endif BUILD_DEFS+= PAPERSIZE |