diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /games/sopwith | |
parent | ea1237cf5e53134db56449396d80dbaa8167c827 (diff) | |
download | ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.tar.gz ports-db7a56d5edac0833e3f5182aa505b20354dcc3f9.zip |
Notes
Diffstat (limited to 'games/sopwith')
-rw-r--r-- | games/sopwith/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/sopwith/Makefile b/games/sopwith/Makefile index 18e9435478d3..088aeace1c66 100644 --- a/games/sopwith/Makefile +++ b/games/sopwith/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sopwith -# Date created: 1 July 2002 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= sopwith PORTVERSION= 1.7.4 @@ -14,8 +10,8 @@ MASTER_SITES= SF/sdl-${PORTNAME}/sdl_${PORTNAME}/${PORTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= A classic WW1 biplane game +USES= gmake pkgconfig USE_SDL= sdl -USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes |