diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 02:43:40 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 02:43:40 +0000 |
commit | e770a013a02d55eeac16f7a0b3e1052b218481fd (patch) | |
tree | bf2272f99b51f4d76b1a77003fbdadde98101997 /emulators/dgen-sdl/Makefile | |
parent | 1387c6f50c1a4021561ded503cab109e49ca7cf6 (diff) |
- Switch to USES=libarchive as suggested by stage-qa
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=395331
Diffstat (limited to 'emulators/dgen-sdl/Makefile')
-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 \ |