diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 18:47:02 +0800 |
commit | 2a3dfed77d0c78197d3799bd80dbb353ede6f7c9 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /games/thegrind | |
parent | 55dc7d6797d7a58c80a2195a08875ccef91992f2 (diff) | |
download | freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.gz freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.tar.zst freebsd-ports-gnome-2a3dfed77d0c78197d3799bd80dbb353ede6f7c9.zip |
Convert g* to USES=pkgconfig
Diffstat (limited to 'games/thegrind')
-rw-r--r-- | games/thegrind/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/thegrind/Makefile b/games/thegrind/Makefile index 8c6e70ed45a8..830b40ddd9e1 100644 --- a/games/thegrind/Makefile +++ b/games/thegrind/Makefile @@ -1,9 +1,5 @@ -# New Ports collection makefile for: The Grind -# Date created: 2012-05-18 -# Whom: nemysis@gmx.ch -# +# Created by: nemysis@gmx.ch # $FreeBSD$ -# PORTNAME= thegrind PORTVERSION= 0.1.2 @@ -22,8 +18,8 @@ LIB_DEPENDS= radius:${PORTSDIR}/graphics/radius-engine \ physfs.1:${PORTSDIR}/devel/physfs RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip +USES= pkgconfig GNU_CONFIGURE= yes -USE_PKGCONFIG= build ALL_TARGET= ${PORTNAME} USE_SDL= sdl sound USE_GL= glu |