diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 17:59:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 17:59:05 +0800 |
commit | 3316fa57f67f3e455c285eda28fb2eef1d72ccbc (patch) | |
tree | bda5618f3924031dec168dba29b93c66a7979cad /games | |
parent | 7c0401ea272875b8e608aa60d322ff8f56f3346e (diff) | |
download | freebsd-ports-gnome-3316fa57f67f3e455c285eda28fb2eef1d72ccbc.tar.gz freebsd-ports-gnome-3316fa57f67f3e455c285eda28fb2eef1d72ccbc.tar.zst freebsd-ports-gnome-3316fa57f67f3e455c285eda28fb2eef1d72ccbc.zip |
Add an explicit dependency on pkgconfig
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 6c935de8e33b..8505fe29278a 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ gnucap:${PORTSDIR}/cad/gnucap USE_BZIP2= yes -USES= gettext gmake display:configure +USES= gettext gmake display:configure pkgconfig GNU_CONFIGURE= yes USE_GSTREAMER= yes USE_PYTHON= -2.7 |