diff options
Diffstat (limited to 'graphics/jpeginfo/Makefile')
-rw-r--r-- | graphics/jpeginfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index 8c139e4a0d34..40a1d7c85015 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -17,8 +17,8 @@ COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include MAKE_ARGS= mandir=${MANPREFIX}/man MAN1= jpeginfo.1 |