diff options
Diffstat (limited to 'emulators/gbe/Makefile')
-rw-r--r-- | emulators/gbe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index 41912d7180ae..9eb999d22925 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -17,8 +17,8 @@ COMMENT= Nintendo GameBoy(tm) emulator with GNU source code PLIST_FILES= bin/gbe WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +MAKE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" USE_XORG= x11 |