diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:36:55 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-07-14 02:36:55 +0000 |
commit | 6dd69bbdb162ba8206dcdfa59fab1841398aa524 (patch) | |
tree | df0a35486711b4525aaf6d61505210a105ec04aa /emulators/gbe/Makefile | |
parent | b53baaf9b8f46684bcebe28bfe399cef95cad66e (diff) |
Notes
Diffstat (limited to 'emulators/gbe/Makefile')
-rw-r--r-- | emulators/gbe/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index ac63bf7d1733..adb1b97877aa 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -7,15 +7,18 @@ PORTNAME= gbe PORTVERSION= 0.0.22 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.zophar.net/unix/Files/ MAINTAINER= nakai@FreeBSD.org COMMENT= Nintendo GameBoy(tm) emulator with GNU source code -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +USE_GETOPT_LONG=yes WRKSRC= ${WRKDIR}/${PORTNAME} +MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \ + LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" USE_X_PREFIX= yes |