diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:27:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:27:18 +0000 |
commit | 2d4772a24146c359164a4683f06d24c95f357209 (patch) | |
tree | 19b4a0a92ff392ac1bbf3286279387bf64c540e9 /emulators/mupen64plus-core/Makefile | |
parent | 0861cfe0722f652a852ab58ce259b4d83786f091 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326079
Diffstat (limited to 'emulators/mupen64plus-core/Makefile')
-rw-r--r-- | emulators/mupen64plus-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index e965289f3469..b9cc28c463f8 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -16,9 +16,9 @@ MAINTAINER?= acm@FreeBSD.org COMMENT?= A fork of Mupen64 Nintendo 64 emulator PROJECTHOST= bsdistfiles +USES= gmake pkgconfig USE_GL?= yes USE_SDL?= yes -USE_GMAKE= yes USE_LDCONFIG?= yes ONLY_FOR_ARCHS= i386 amd64 |