diff options
Diffstat (limited to 'games/xwelltris/Makefile')
-rw-r--r-- | games/xwelltris/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile index a872d94..b3c9ff3 100644 --- a/games/xwelltris/Makefile +++ b/games/xwelltris/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xwelltris -# Date created: 1 Feb 2004 -# Whom: lev -# +# Created by: lev # $FreeBSD$ -# PORTNAME= xwelltris PORTVERSION= 1.0.1 @@ -29,4 +25,5 @@ PLIST_DIRS= share/xwelltris GNU_CONFIGURE= yes USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xi xrandr +NO_STAGE= yes .include <bsd.port.mk> |