diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-26 10:43:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-26 10:43:40 +0800 |
commit | 6c52aad80f3e1e0757435f414b26627b1884686a (patch) | |
tree | bf2272f99b51f4d76b1a77003fbdadde98101997 /emulators | |
parent | 95977591c85ae995a9e119738524543569dd3d89 (diff) | |
download | freebsd-ports-gnome-6c52aad80f3e1e0757435f414b26627b1884686a.tar.gz freebsd-ports-gnome-6c52aad80f3e1e0757435f414b26627b1884686a.tar.zst freebsd-ports-gnome-6c52aad80f3e1e0757435f414b26627b1884686a.zip |
- Switch to USES=libarchive as suggested by stage-qa
Approved by: portmgr blanket
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dgen-sdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dgen-sdl/Makefile b/emulators/dgen-sdl/Makefile index cdee34ab7379..128938702202 100644 --- a/emulators/dgen-sdl/Makefile +++ b/emulators/dgen-sdl/Makefile @@ -3,7 +3,7 @@ PORTNAME= dgen-sdl PORTVERSION= 1.33 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/dgen/dgen/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Wonderful Sega Genesis/MegaDrive emulator USE_SDL= sdl USE_GL= yes -USES= gmake +USES= gmake libarchive GNU_CONFIGURE= yes PLIST_FILES= bin/dgen \ |