diff options
Diffstat (limited to 'print/pfaedit/Makefile')
-rw-r--r-- | print/pfaedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pfaedit/Makefile b/print/pfaedit/Makefile index fa76b2908bf7..1c85f908316b 100644 --- a/print/pfaedit/Makefile +++ b/print/pfaedit/Makefile @@ -27,13 +27,13 @@ USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ - CFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" + CFLAGS="$(CFLAGS) -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= pfaedit MAN1= pfaedit.1 sfddiff.1 -DIST_VER= 020722 +DIST_VER= 020728 EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz .if !defined(NOPORTDOCS) |