diff options
Diffstat (limited to 'graphics/flashplayer/Makefile')
-rw-r--r-- | graphics/flashplayer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile index f1b9b8ca177a..f63bf653e837 100644 --- a/graphics/flashplayer/Makefile +++ b/graphics/flashplayer/Makefile @@ -24,8 +24,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/player USE_BZIP2= yes GNU_CONFIGURE= yes USE_XORG= x11 xaw xkbfile -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES= bin/swfplayer |