diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-23 23:09:28 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-23 23:09:28 +0000 |
commit | 6e31e41856ec2dd38cfd5c289a999e120dedf97f (patch) | |
tree | c5ff0e91eb0daf464c9e4edba4faf984e6397ec1 /emulators/dosbox | |
parent | 62f4f7b816e7dcf8043cf508cb7743800daf321f (diff) | |
download | FreeBSD-ports-6e31e41856ec2dd38cfd5c289a999e120dedf97f.zip FreeBSD-ports-6e31e41856ec2dd38cfd5c289a999e120dedf97f.tar.gz |
Let ports use the USE_SDL macro
PR: ports/61807
Approved by: Tom Carrick <knyghtmare@knyghtmare.com>
Diffstat (limited to 'emulators/dosbox')
-rw-r--r-- | emulators/dosbox/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 888a902..4c9b84d 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -14,12 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= knyghtmare@knyghtmare.com COMMENT= An emulator of a PC with DOS -LIB_DEPENDS= SDL_net.0:${PORTSDIR}/net/sdl_net \ - png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_SDL= yes +USE_SDL= sdl net MAN1= dosbox.1 PKGMESSAGE= ${WRKDIR}/pkg-message |