diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
commit | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /audio/gbsplay | |
parent | Return this to pool, I have not used this piece of software for many years. (diff) |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Notes
Notes:
svn path=/head/; revision=322530
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 2b8007ded3fc..365c655a525f 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -12,8 +12,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT?= Emulates the sound hardware of the Nintendo Game Boy(TM) HAS_CONFIGURE= yes -USES= gettext -USE_GMAKE= yes +USES= gettext gmake MAKE_JOBS_SAFE= yes USE_CSTD= gnu89 |