diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-03-07 23:39:10 +0000 |
commit | 84c834ee8fcd257e31c450ea1ffd53f11140b612 (patch) | |
tree | e05aea6a24754785f4c4a219cafed0ee7e204f35 /emulators/yape | |
parent | Upgrade to 5.2.0 (diff) |
Let ports use the USE_SDL macro
PR: ports/61807
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=103243
Diffstat (limited to 'emulators/yape')
-rw-r--r-- | emulators/yape/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index ef8e4e125203..83eaee9fffdf 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -15,11 +15,9 @@ DISTNAME= yapeSDL-${PORTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Yet Another Commodore +4 Emulator -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - +USE_SDL= sdl NO_WRKSUBDIR= yes USE_REINPLACE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config USE_GMAKE= yes ALL_TARGET= yape |