diff options
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" |