diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:03:38 +0000 |
commit | 2f3fa0d623bdcd62d54ce15cb63579c09a9a112d (patch) | |
tree | 631e513b3a5c47860154332bfcee7658a031c236 /games/cosmosmash/Makefile | |
parent | fd2be90f232fbeb12a1b52708651be2b185a4b47 (diff) | |
download | ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.tar.gz ports-2f3fa0d623bdcd62d54ce15cb63579c09a9a112d.zip |
Notes
Diffstat (limited to 'games/cosmosmash/Makefile')
-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` |