diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-07 23:25:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-07 23:25:59 +0000 |
commit | 7a799679dc66fb1df4d6388e23a8c2a5e029827c (patch) | |
tree | bc5ecb9c7925bc0f055d0c3950a445e42a283465 /emulators | |
parent | c1c74a8b9ce00ccbecec60bf55aff5c2e6ad4e2d (diff) | |
download | ports-7a799679dc66fb1df4d6388e23a8c2a5e029827c.tar.gz ports-7a799679dc66fb1df4d6388e23a8c2a5e029827c.zip |
Notes
Diffstat (limited to 'emulators')
-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 |