diff options
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 24392fbb219..211819db82a 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2013/05/31 12:41:24 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2013/07/15 02:02:26 ryoon Exp $ DISTNAME= pari-2.3.5 PKGREVISION= 13 @@ -15,7 +15,6 @@ MAKE_JOBS_SAFE= no USE_LIBTOOL= yes USE_TOOLS+= perl:run USE_LANGUAGES+= c c++ -USE_GNU_READLINE= yes # rl_save_prompt() HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} CONFIGURE_ENV+= PERL5=${PERL5:Q} @@ -40,5 +39,6 @@ SUBST_SED.fix-cfg= -e 's,$$CC $$extraflag,$$CC $$CFLAGS $$extraflag,g' .include "options.mk" .include "../../devel/ncurses/buildlink3.mk" +# rl_save_prompt() .include "../../devel/readline/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |