diff options
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index d8ece801c11..33c86a483a3 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/09/11 16:29:58 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2005/10/27 01:08:06 rillig Exp $ # DISTNAME= aspell-0.60.3 @@ -42,12 +42,6 @@ NOT_FOR_COMPILER= xlc LIBS.SunOS+= -lm -.include "../../mk/compiler.mk" - -.if !empty(PKGSRC_COMPILER:Msunpro) -LIBS.SunOS+= -lCrun -lCstd -.endif - # Create directory for dictionaries. post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/aspell |