diff options
Diffstat (limited to 'graphics/seejpeg/Makefile')
-rw-r--r-- | graphics/seejpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index f8d2c7c3bf59..65ebf2f5a1d2 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -25,8 +25,8 @@ MAN1= seejpeg.1 MANCOMPRESSED= yes PLIST_FILES= bin/seejpeg USE_GMAKE= yes -MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-extract: ${CHMOD} 0644 ${WRKSRC}/Makefile |