diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 06:03:38 +0800 |
commit | 32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /games | |
parent | c8919750fb55250b6068c3a235cf3f7141e2ba3f (diff) | |
download | freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.gz freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.tar.zst freebsd-ports-gnome-32724a2a0b16e6ebbe0a7dfea28b76795feb3aaf.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'games')
-rw-r--r-- | games/cosmosmash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 94e625d778a2..38ecbcdf1dc6 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra \ USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp -USES= iconv +USES= iconv pkgconfig USE_GNOME= desktopfileutils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` |