diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /games/etracer | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/etracer')
-rw-r--r-- | games/etracer/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/etracer/Makefile b/games/etracer/Makefile index 14f871edf143..63dd770f0f8f 100644 --- a/games/etracer/Makefile +++ b/games/etracer/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: extreme tux racer -# Date created: 22 February 2008 -# Whom: Peter Dunning -# +# Created by: Peter Dunning # $FreeBSD$ -# PORTNAME= etracer PORTVERSION= 0.4 @@ -21,7 +17,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ USE_SDL= mixer sdl USE_XORG= x11 xi xext xmu xt USE_GL= gl glu glut -USE_GMAKE= yes +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_TCL= 84+ |