diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 22:24:30 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-23 22:24:30 +0000 |
commit | ee1faa5ae2648a1851b61471c4fd2e73853111c7 (patch) | |
tree | 3a3efb140c0a53db84a0f481bb29c41e6665dc6d /emulators/gngb | |
parent | 37fed81ac9126bbf298bc9bcae29cf901e42f8ec (diff) | |
download | ports-ee1faa5ae2648a1851b61471c4fd2e73853111c7.tar.gz ports-ee1faa5ae2648a1851b61471c4fd2e73853111c7.zip |
Let ports use the USE_SDL macro.
Notes
Notes:
svn path=/head/; revision=98923
Diffstat (limited to 'emulators/gngb')
-rw-r--r-- | emulators/gngb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index ee9b618bea02..c80491ea2645 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -15,8 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GameBoy(tm) emulator -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - +USE_SDL= sdl GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GMAKE= yes |