diff options
author | joerg <joerg> | 2007-02-06 12:51:41 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-06 12:51:41 +0000 |
commit | e42cd6d02257543e52fad7fce1599ae218dd49e5 (patch) | |
tree | 7798153159fc0c4bd8204184483b2731af580aa8 /games/xblockout | |
parent | e6ee2751736d3e77544b89ba417f9623a86e0b0d (diff) | |
download | pkgsrc-e42cd6d02257543e52fad7fce1599ae218dd49e5.tar.gz |
Create some directories before to fix build with modular xorg.
Diffstat (limited to 'games/xblockout')
-rw-r--r-- | games/xblockout/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xblockout/Makefile b/games/xblockout/Makefile index ac7e868eef8..0893c6c7460 100644 --- a/games/xblockout/Makefile +++ b/games/xblockout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/06 12:51:41 joerg Exp $ # DISTNAME= xbl-1.1.5 @@ -13,6 +13,7 @@ USE_TOOLS+= imake GNU_CONFIGURE= yes # libXext is not needed BUILDLINK_TRANSFORM+= rm:-lXext +INSTALLATION_DIRS= bin lib/X11/app-defaults .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |