aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-04 01:17:00 +0800
committerantoine <antoine@FreeBSD.org>2013-09-04 01:17:00 +0800
commit72630d50938d8d8c8ab269cef95cfa4d86b4acff (patch)
tree5bb780400a6a8cf213d4a51ff65491b88f7d3a1d /games
parent838117336581a648e41164d0ab4e32390460bd88 (diff)
downloadfreebsd-ports-gnome-72630d50938d8d8c8ab269cef95cfa4d86b4acff.tar.gz
freebsd-ports-gnome-72630d50938d8d8c8ab269cef95cfa4d86b4acff.tar.zst
freebsd-ports-gnome-72630d50938d8d8c8ab269cef95cfa4d86b4acff.zip
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'games')
-rw-r--r--games/tuxpaint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile
index fa07063b1ba7..3b990383b844 100644
--- a/games/tuxpaint/Makefile
+++ b/games/tuxpaint/Makefile
@@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS
USE_GNOME= librsvg2
USE_SDL= image mixer sdl ttf pango
-USES= gettext gmake
+USES= gettext gmake pkgconfig
MAKE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
PREFIX="${PREFIX}" \