emulators/fceux: Use libarchive helper
Use USES= libarchive instead of defining it using LIB_DEPENDS Approved by: portmgr (blanket)
This commit is contained in:
parent
5a264e890d
commit
d8b89c0589
@ -15,10 +15,9 @@ WWW= https://fceux.com
|
|||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libarchive.so:archivers/libarchive \
|
LIB_DEPENDS= libminizip.so:archivers/minizip
|
||||||
libminizip.so:archivers/minizip
|
|
||||||
|
|
||||||
USES= cmake desktop-file-utils gl lua:51 pkgconfig qt:5 sdl
|
USES= cmake desktop-file-utils gl libarchive lua:51 pkgconfig qt:5 sdl
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
USE_QT= buildtools:build core gui opengl qmake:build widgets
|
USE_QT= buildtools:build core gui opengl qmake:build widgets
|
||||||
USE_SDL= sdl2
|
USE_SDL= sdl2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user