diff options
Diffstat (limited to 'games/xhexagons/Makefile')
-rw-r--r-- | games/xhexagons/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xhexagons/Makefile b/games/xhexagons/Makefile index 8a1adf95c1ae..e7b290c4ba06 100644 --- a/games/xhexagons/Makefile +++ b/games/xhexagons/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xhexagons -# Date created: 20 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xhexagons PORTVERSION= 5.5.2 @@ -16,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Hexagons puzzle (similar to Fifteen Puzzle) for X Window System WRKSRC= ${WRKDIR}/xhexagons -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xt sm ice MAN1= xhexagons.1 XFREE86_HTML_MAN= no |