diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 10:26:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-04-23 10:26:09 +0000 |
commit | 79e6679346f4515441bf9f8474233ffb3ebb7234 (patch) | |
tree | 04e6170d2cc2b72b73a4fbf4855cbc6d9202f7c0 /audio/gbsplay | |
parent | Convert f* to USES=pkgconfig (diff) |
Convert to USES=gettext
Notes
Notes:
svn path=/head/; revision=316340
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index ce17e032031a..2b8007ded3fc 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -12,8 +12,8 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT?= Emulates the sound hardware of the Nintendo Game Boy(TM) HAS_CONFIGURE= yes +USES= gettext USE_GMAKE= yes -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes USE_CSTD= gnu89 |