diff options
-rw-r--r-- | print/ghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 7028cd9069f..87d31d3f680 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2007/07/18 02:47:02 tnn Exp $ +# $NetBSD: Makefile,v 1.33 2007/07/18 02:48:35 tnn Exp $ DISTNAME= ghostscript-8.57 CATEGORIES= print @@ -37,7 +37,7 @@ SUBST_FILES.resdir= lib/gs_res.ps SUBST_SED.resdir= -e "s|/Resource/|${GS_RESOURCEDIR}/|g" .if ${OPSYS} == "HPUX" -CONFIGURE_ENV+= ac_cv_func_fopen64=no +CONFIGURE_ENV+= ac_cv_func_fopen64=no .endif post-extract: |