summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-06-01 12:49:12 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2024-06-01 12:49:16 +0200
commitd8b89c0589a56b193d35b3de7edaf342b4431592 (patch)
tree899eb788bf805110e5eb514a5e41575ddd07b5ee /emulators
parentarchivers/rpm4: Remove duplicate entry for libarchive dependency (diff)
emulators/fceux: Use libarchive helper
Use USES= libarchive instead of defining it using LIB_DEPENDS Approved by: portmgr (blanket)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fceux/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile
index c44769796484..e8ba976195b9 100644
--- a/emulators/fceux/Makefile
+++ b/emulators/fceux/Makefile
@@ -15,10 +15,9 @@ WWW= https://fceux.com
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libarchive.so:archivers/libarchive \
- libminizip.so:archivers/minizip
+LIB_DEPENDS= 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_QT= buildtools:build core gui opengl qmake:build widgets
USE_SDL= sdl2