diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 11:12:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-03 11:12:04 +0000 |
commit | a3dcf597a17fce1a178634f267d27bd44b55ad55 (patch) | |
tree | cf573d52193dc7bddd280c4edd912990e3f61c9b /emulators | |
parent | 6b3deca90b8bdc17a46a4a76176b77e482c5d6b2 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gngb/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index 78e9fb5c2dc6..6e0e8e2bd59f 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -11,16 +11,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GameBoy(tm) emulator USE_SDL= sdl -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_CSTD= gnu89 -PLIST_FILES= bin/gngb +PLIST_FILES= bin/gngb \ + man/man1/gngb.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gngb.1 .if defined(WITH_GL) USE_GL= gl @@ -28,7 +28,6 @@ USE_GL= gl CONFIGURE_ARGS+= --disable-gl .endif -NO_STAGE= yes pre-everything:: .if !defined(WITH_GL) @${ECHO_MSG} |