diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-08 21:57:57 +0000 |
commit | 2761568ac280270d3e97f7e38922103a7a4ff840 (patch) | |
tree | 090b4461321e87c968b099c0a26b69c4da29ff20 /textproc/groff | |
parent | 48bbc6ce1f67bf684a69a2ea4678cd6f17f128e9 (diff) | |
download | pkgsrc-2761568ac280270d3e97f7e38922103a7a4ff840.tar.gz |
Convert to use the features framework.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 96e903ded7e..0dfcc2823ed 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2007/09/06 21:51:54 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2007/09/08 21:58:00 jlam Exp $ # DISTNAME= groff-1.19.2 @@ -16,6 +16,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= YES CONFIGURE_ENV+= PERLPATH=${PERL5:Q} USE_TOOLS+= perl:run sed:run awk:run +USE_FEATURES= getopt_long INFO_FILES= YES @@ -49,10 +50,6 @@ PLIST_SUBST+= GNU_PREFIX_AN_TMAC="g" PLIST_SUBST+= GNU_PREFIX_AN_TMAC="" .endif -.if ${OPSYS} == "IRIX" || ${OPSYS} == "OSF1" -. include "../../pkgtools/libnbcompat/inplace.mk" # getopt_long() -.endif - BUILD_DEFS+= PAPERSIZE .if defined(PAPERSIZE) CONFIGURE_ENV+= PAGE=${PAPERSIZE:Q} |