summaryrefslogtreecommitdiff
path: root/emulators/cingb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/cingb/Makefile')
-rw-r--r--emulators/cingb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile
index b1d386764d19..f2405e12937c 100644
--- a/emulators/cingb/Makefile
+++ b/emulators/cingb/Makefile
@@ -17,14 +17,13 @@ COMMENT= Yet another Nintendo GameBoy(tm) emulator
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XORG= x11 xext
-MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
ALL_TARGET= standard
PORTDOCS= README README.FAQ
PLIST_FILES= bin/cingb bin/cingb_conf
-CPPFLAGS= ${PTHREAD_CFLAGS}
-LDFLAGS= ${PTHREAD_LIBS}
+CPPFLAGS+= ${PTHREAD_CFLAGS}
+LDFLAGS+= ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>