diff options
Diffstat (limited to 'math/pspp/Makefile')
-rw-r--r-- | math/pspp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 94aa78ce3db..47869ba87a2 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2013/06/06 12:54:44 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2013/07/15 02:02:26 ryoon Exp $ # DISTNAME= pspp-0.6.2 @@ -30,7 +30,7 @@ USE_NCURSES= yes # we only want the charset.alias file, so no buildlinkery for libiconv DEPENDS+= libiconv-[0-9]*:../../converters/libiconv .include "../../devel/ncurses/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |