diff options
author | wiz <wiz@pkgsrc.org> | 2013-05-30 16:58:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-05-30 16:58:01 +0000 |
commit | 395b418cde03d2b1d5baf7ef7a85affad186c2d4 (patch) | |
tree | dbb03abbc40855b9135d467696608a35d9fd983c | |
parent | db9eda4172a2219780ad2d43385df79026bfdff4 (diff) | |
download | pkgsrc-395b418cde03d2b1d5baf7ef7a85affad186c2d4.tar.gz |
DragonFly needs GNU readline here as well. PR pkg/47870 by David Shao.
-rw-r--r-- | math/nickle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/nickle/Makefile b/math/nickle/Makefile index f79d64d82ff..3807f1e1e71 100644 --- a/math/nickle/Makefile +++ b/math/nickle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/05/29 09:06:02 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2013/05/30 16:58:01 wiz Exp $ DISTNAME= nickle-2.77 CATEGORIES= math lang @@ -15,7 +15,7 @@ TEST_TARGET= check .include "../../mk/bsd.prefs.mk" -.if (${OPSYS} == NetBSD) && empty(OS_VERSION:M6.99.2[1-9]*) && empty(OS_VERSION:M6.99.[345679][0-9]*) && empty(OS_VERSION:M[789].*) +.if (${OPSYS} == NetBSD) && empty(OS_VERSION:M6.99.2[1-9]*) && empty(OS_VERSION:M6.99.[345679][0-9]*) && empty(OS_VERSION:M[789].*) || (${OPSYS} == "DragonFly") # lex.l:131:5: error: 'rl_catch_signals' undeclared (first use in this function) USE_GNU_READLINE= yes .endif |