diff options
author | ryoon <ryoon> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-07-15 02:02:17 +0000 |
commit | fd8c019229d4b29e8e415f22be25569d8ab78010 (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /lang/swi-prolog-lite | |
parent | e630d8b83638d5a20b11327b52b062465bc057c0 (diff) | |
download | pkgsrc-fd8c019229d4b29e8e415f22be25569d8ab78010.tar.gz |
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'lang/swi-prolog-lite')
-rw-r--r-- | lang/swi-prolog-lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/swi-prolog-lite/Makefile b/lang/swi-prolog-lite/Makefile index 57769ed1c7f..874713ebb55 100644 --- a/lang/swi-prolog-lite/Makefile +++ b/lang/swi-prolog-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/02 20:11:55 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/07/15 02:02:24 ryoon Exp $ .include "Makefile.common" @@ -10,7 +10,6 @@ COMMENT= ISO/Edinburgh-style Prolog compiler GNU_CONFIGURE= yes CONFIGURE_DIRS= src -USE_GNU_READLINE= yes # uses rl_event_hook() interface CONFIGURE_ENV+= PL=swi-prolog CONFIGURE_ENV+= ARCH=${MACHINE_GNU_PLATFORM} # make PLIST consistent @@ -38,6 +37,7 @@ post-install: ${DESTDIR}${PREFIX}/lib/swi-prolog-${SWIPLVERS}/library/shlib.pl .include "../../devel/ncurses/buildlink3.mk" +# uses rl_event_hook() interface .include "../../devel/readline/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |