diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 01:12:11 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 01:12:11 +0800 |
commit | 3097fa6c5366470d2b24fb24a7ceda918a4a687c (patch) | |
tree | b52f86781c6af739d270e357a73fc01e07babb01 /games/ppracer | |
parent | 3a316c80ef206668e6ea6fad3dec74582989a75e (diff) | |
download | freebsd-ports-gnome-3097fa6c5366470d2b24fb24a7ceda918a4a687c.tar.gz freebsd-ports-gnome-3097fa6c5366470d2b24fb24a7ceda918a4a687c.tar.zst freebsd-ports-gnome-3097fa6c5366470d2b24fb24a7ceda918a4a687c.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games/ppracer')
-rw-r--r-- | games/ppracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ppracer/Makefile b/games/ppracer/Makefile index 5bb6026579c7..297032fe874c 100644 --- a/games/ppracer/Makefile +++ b/games/ppracer/Makefile @@ -14,9 +14,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes +USES= gmake pkgconfig USE_SDL= mixer sdl USE_GL= gl -USE_GMAKE= yes GNU_CONFIGURE= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) |