diff options
Diffstat (limited to 'emulators/hugo')
-rw-r--r-- | emulators/hugo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 5b82f310b542..79d04a43c231 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Hu-Go! -# Date created: 18 May 2006 -# Whom: Li-Lun Wang <llwang@infor.org> -# +# Created by: Li-Lun Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= hugo PORTVERSION= 2.12 @@ -17,7 +13,7 @@ COMMENT= A PC Engine (TurboGrafx 16) emulator BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_SDL= sdl LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= SDL_CONFIG="${SDL_CONFIG}" |