diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 21:48:59 +0000 |
commit | 60ee3e9d02f6e650fac9c9818fc4e99a2b2908ff (patch) | |
tree | 8d6ee945d0d1a6cf84e020a9a9014b8680d367eb /games/flying | |
parent | Unbreak ocaml-nox11 after PORT_OPTIONS conversion (diff) |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng
Notes
Notes:
svn path=/head/; revision=321991
Diffstat (limited to 'games/flying')
-rw-r--r-- | games/flying/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/flying/Makefile b/games/flying/Makefile index c9cf9dc5672c..154d9d35c036 100644 --- a/games/flying/Makefile +++ b/games/flying/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: flying -# Date created: 12 Jul 1996 -# Whom: searle -# +# Created by: searle # $FreeBSD$ -# PORTNAME= flying PORTVERSION= 6.20 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Pool/snooker/billiards/carrom/etc game -USE_IMAKE= yes +USES= imake USE_XORG= x11 MAN1= flying.1 PLIST_FILES= bin/flying |