diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2016-01-24 11:11:25 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2016-01-24 11:11:25 +0000 |
commit | 0ded851e409e5e4491215252902794ee7549acdc (patch) | |
tree | 79fc970a816040f602edb496567722b7b20d7f53 /games | |
parent | c3d3f3e9e9a6095447e34340b22fa131e1dc6035 (diff) |
- Add USES pkgconfig, forgotten in previous commit
Notes
Notes:
svn path=/head/; revision=407101
Diffstat (limited to 'games')
-rw-r--r-- | games/starfighter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 06cee2a7cee7..5cbe1a263f2c 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}-src LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake dos2unix iconv +USES= gmake dos2unix iconv pkgconfig USE_SDL= image2 mixer2 DOS2UNIX_GLOB= *.txt |