diff options
author | grant <grant@pkgsrc.org> | 2003-06-05 03:31:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-05 03:31:00 +0000 |
commit | def0d90749193d2ff001be38fd9d3ebe4973126a (patch) | |
tree | 89fa010e72ea7bce6fdb2d26f4a41e4a9b981fb7 /textproc | |
parent | 09c6ab20db2ce34be812b504dd1eac2bf5bbe898 (diff) | |
download | pkgsrc-def0d90749193d2ff001be38fd9d3ebe4973126a.tar.gz |
despite the fact this does not (yet) build with lang/gcc on Solaris,
it does use gcc shlibs, so set USE_GCC_SHLIB.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/groff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 0de2efb7364..38ab6842df7 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/05/25 07:20:05 jmc Exp $ +# $NetBSD: Makefile,v 1.11 2003/06/05 03:31:00 grant Exp $ # DISTNAME= groff-1.19 @@ -14,6 +14,7 @@ DEPENDS+= netpbm>=10.0:../../graphics/netpbm DEPENDS+= psutils>=1.17:../../print/psutils GNU_CONFIGURE= YES +USE_GCC_SHLIB= YES USE_PERL5= YES USE_BUILDLINK2= YES |