diff options
author | joerg <joerg> | 2007-02-02 19:37:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-02 19:37:01 +0000 |
commit | 80924e1e75e3640dd59f7e9896a48f2235106733 (patch) | |
tree | 9896b471a6ae7a5255e13cb24d164c591f2e74d4 /games/xdoom | |
parent | e87907f712076df685ece9155f102325ab5a84c1 (diff) | |
download | pkgsrc-80924e1e75e3640dd59f7e9896a48f2235106733.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/xdoom')
-rw-r--r-- | games/xdoom/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index 3751966a308..7c7459a0d84 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/10/04 21:43:01 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2007/02/02 19:37:35 joerg Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -37,9 +37,6 @@ CFLAGS+= -D__BIG_ENDIAN__=1 INSTALLATION_DIRS= bin -.include "../../mk/oss.buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" - post-extract: (cd ${WRKDIR}; ${TAR} xzf linuxdoom-1.10.src.tgz) (cd ${WRKDIR}; ${TAR} xzf sndserv.tgz) @@ -54,4 +51,7 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doom ${GUNZIP_CMD} -c ${DISTDIR}/doom-1.8.wad.gz > ${PREFIX}/share/doom/doom1.wad +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |