diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-30 18:40:15 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-30 18:40:15 +0000 |
commit | 96d9ddeb85ff04beea7e62135cfe882faaa7e24a (patch) | |
tree | c2aaa0eee2737a2f828eeab58b9af728079b97d0 /print/pfaedit/Makefile | |
parent | ddcd2773d60991d1b73a65eb890e2b917587daf7 (diff) | |
download | ports-96d9ddeb85ff04beea7e62135cfe882faaa7e24a.tar.gz ports-96d9ddeb85ff04beea7e62135cfe882faaa7e24a.zip |
Notes
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) |