diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
commit | 818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /games | |
parent | e221de4390166c39bc8b5b1a7496333f0650a731 (diff) | |
download | pkgsrc-818a5e8745dff4beadc0fe8aa4f56c71c53ea650.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 'games')
-rw-r--r-- | games/freeciv-server/Makefile | 3 | ||||
-rw-r--r-- | games/freesci/Makefile | 4 | ||||
-rw-r--r-- | games/gnuchess/Makefile | 4 | ||||
-rw-r--r-- | games/minami/Makefile | 4 | ||||
-rw-r--r-- | games/teg/Makefile | 4 | ||||
-rw-r--r-- | games/xscorch/Makefile | 4 |
6 files changed, 11 insertions, 12 deletions
diff --git a/games/freeciv-server/Makefile b/games/freeciv-server/Makefile index 453f5cb863d..09b4edcb1aa 100644 --- a/games/freeciv-server/Makefile +++ b/games/freeciv-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2013/05/23 15:02:53 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2013/07/15 02:02:22 ryoon Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} PKGREVISION= 1 @@ -11,7 +11,6 @@ USE_TOOLS+= automake autoconf pre-configure: cd ${WRKSRC} && autoreconf -USE_GNU_READLINE= yes CONFIGURE_ARGS+= --disable-make-data CONFIGURE_ARGS+= --enable-client=no CONFIGURE_ARGS+= --disable-gtktest diff --git a/games/freesci/Makefile b/games/freesci/Makefile index 1f6806ee34d..0d9edcb9b0f 100644 --- a/games/freesci/Makefile +++ b/games/freesci/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2013/06/06 12:54:21 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/07/15 02:02:22 ryoon Exp $ # DISTNAME= freesci-0.3.5 @@ -26,7 +26,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/config ${DESTDIR}${PREFIX}/share/examples/freesci .include "../../devel/SDL/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/libXft/buildlink3.mk" diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile index 235500a9fc0..683e935eceb 100644 --- a/games/gnuchess/Makefile +++ b/games/gnuchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2013/04/08 11:17:14 rodent Exp $ +# $NetBSD: Makefile,v 1.38 2013/07/15 02:02:22 ryoon Exp $ DISTNAME= gnuchess-5.07 PKGREVISION= 4 @@ -35,6 +35,6 @@ INSTALLATION_DIRS= ${DOCDIR} post-install: ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/README ${DESTDIR}${DOCDIR} -.include "../../devel/readline/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/minami/Makefile b/games/minami/Makefile index 8dbe9fbd188..ce34981a653 100644 --- a/games/minami/Makefile +++ b/games/minami/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2013/05/31 12:41:03 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2013/07/15 02:02:22 ryoon Exp $ # DISTNAME= minami-1.0.2 @@ -19,5 +19,5 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/minami ${DESTDIR}${PREFIX}/bin -.include "../../devel/readline/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/teg/Makefile b/games/teg/Makefile index 4c90f80d524..dcb07bdf769 100644 --- a/games/teg/Makefile +++ b/games/teg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2013/06/06 12:54:26 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2013/07/15 02:02:22 ryoon Exp $ DISTNAME= teg-0.11.1 PKGREVISION= 37 @@ -18,5 +18,5 @@ GCONF_SCHEMAS+= teg.schemas .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/GConf/schemas.mk" -.include "../../devel/readline/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 622e1cf9de3..cd129a6e31f 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/05/31 12:41:03 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2013/07/15 02:02:22 ryoon Exp $ DISTNAME= xscorch-0.2.0 PKGREVISION= 8 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-gnome .include "../../audio/libmikmod/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" +.include "../../mk/readline.buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |