diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-24 07:09:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-24 07:09:28 +0800 |
commit | 6e31e41856ec2dd38cfd5c289a999e120dedf97f (patch) | |
tree | c5ff0e91eb0daf464c9e4edba4faf984e6397ec1 /emulators | |
parent | 62f4f7b816e7dcf8043cf508cb7743800daf321f (diff) | |
download | freebsd-ports-gnome-6e31e41856ec2dd38cfd5c289a999e120dedf97f.tar.gz freebsd-ports-gnome-6e31e41856ec2dd38cfd5c289a999e120dedf97f.tar.zst freebsd-ports-gnome-6e31e41856ec2dd38cfd5c289a999e120dedf97f.zip |
Let ports use the USE_SDL macro
PR: ports/61807
Approved by: Tom Carrick <knyghtmare@knyghtmare.com>
Diffstat (limited to 'emulators')
-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 888a902f4808..4c9b84dbbcbc 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 |