diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 01:17:00 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 01:17:00 +0800 |
commit | 72630d50938d8d8c8ab269cef95cfa4d86b4acff (patch) | |
tree | 5bb780400a6a8cf213d4a51ff65491b88f7d3a1d /games | |
parent | 838117336581a648e41164d0ab4e32390460bd88 (diff) | |
download | freebsd-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/Makefile | 2 |
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}" \ |