diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2018-07-31 14:43:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2018-07-31 14:43:53 +0800 |
commit | af0e3fd1e165ea1570b9790bbda286dc0a6b0c33 (patch) | |
tree | d863e5b03f15ce0c6ab81ca909372b1a329d4c08 /audio/gbsplay/Makefile | |
parent | 3298a2fed19c8c107155bf908624f8137ec92e6d (diff) | |
download | freebsd-ports-gnome-af0e3fd1e165ea1570b9790bbda286dc0a6b0c33.tar.gz freebsd-ports-gnome-af0e3fd1e165ea1570b9790bbda286dc0a6b0c33.tar.zst freebsd-ports-gnome-af0e3fd1e165ea1570b9790bbda286dc0a6b0c33.zip |
Pacify portlint
Diffstat (limited to 'audio/gbsplay/Makefile')
-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} |