diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-07-31 06:43:53 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-07-31 06:43:53 +0000 |
commit | 6fe7f9873fb200fd0b09141812c455e935c24993 (patch) | |
tree | d863e5b03f15ce0c6ab81ca909372b1a329d4c08 /audio/gbsplay | |
parent | - Remove gcc dependency (diff) |
Pacify portlint
Notes
Notes:
svn path=/head/; revision=475972
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index 4bbf791ccead..bfea50efa83b 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -11,12 +11,11 @@ COMMENT= Emulates the sound hardware of the Nintendo Game Boy(TM) LICENSE= GPLv2 +USES= gmake compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= mmitch GH_TAGNAME= 2c4486e - HAS_CONFIGURE= yes -USES= gmake compiler:c++11-lib USE_CSTD= gnu89 CONFIGURE_ARGS+= --prefix=${PREFIX} |