diff options
Diffstat (limited to 'games/xscorch/Makefile')
-rw-r--r-- | games/xscorch/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index d87a85ac7554..4d21377d7d0a 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xscorch -# Date created: 19 Apr 2000 -# Whom: will -# +# Created by: will # $FreeBSD$ -# PORTNAME= xscorch PORTVERSION= 0.2.1 @@ -20,8 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= MIKMOD OPTIONS_DEFAULT= MIKMOD +USES= perl5 USE_GNOME= gtk20 -USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |