summaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-08 21:57:57 +0000
committerjlam <jlam>2007-09-08 21:57:57 +0000
commite61b45ba0c4e39a0749d225bb740e02dc55f8b1d (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /textproc/groff
parent04b96c22b176a8925e7d97a770e4caabd4eb8f56 (diff)
downloadpkgsrc-e61b45ba0c4e39a0749d225bb740e02dc55f8b1d.tar.gz
Convert to use the features framework.
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile7
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}