diff options
-rw-r--r-- | games/xminehunter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xminehunter/Makefile b/games/xminehunter/Makefile index 0ed5e3002873..7dd52aaef27c 100644 --- a/games/xminehunter/Makefile +++ b/games/xminehunter/Makefile @@ -3,19 +3,19 @@ # Date created: 09 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/10 07:54:03 tg Exp $ # DISTNAME= xminehunter-0.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games/ +MASTER_SITE_SUBDIR= games MAINTAINER= tg@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -PREFIX= ${X11BASE} +USE_X11= yes WRKSRC= ${WRKDIR}/xminehunter REQUIRES_MOTIF= yes ALL_TARGET= xminehunter |