diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-11 01:38:22 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-03-11 01:38:22 +0000 |
commit | 9f5224af467dc28ef068c522a6af906cbc55647f (patch) | |
tree | f4c2f766bad6fca9ab2c47f50b7f23dccd6525b8 /print/fontforge/Makefile | |
parent | f683ce144a383f49c405c38e9747ec608fc9657e (diff) | |
download | ports-9f5224af467dc28ef068c522a6af906cbc55647f.tar.gz ports-9f5224af467dc28ef068c522a6af906cbc55647f.zip |
- Update to 20080309
PR: ports/121563
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=208782
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index ba3302d0cf4a..9d7747c71840 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fontforge -PORTVERSION= 20080302 +PORTVERSION= 20080309 CATEGORIES= print MASTER_SITES= SF DISTFILES= ${EXTRACT_ONLY} ${DOCFILES} @@ -30,7 +30,10 @@ EXTRACT_ONLY+= freetype-${FREETYPE_VERSION}.tar.bz2 .endif .if !defined(NOPORTDOCS) -DOC_VERSION= ${PORTVERSION} +#DOC_VERSION= ${PORTVERSION} +# the main executable was updated because of a build problem with emulators/wine +# however, the documentation was not updated because it was a minor update +DOC_VERSION= 20080302 DOCFILES= ${PORTNAME}_htdocs-${DOC_VERSION}.tar.bz2 .endif @@ -53,7 +56,8 @@ WITH_FREETYPE_SRC= --with-freetype-bytecode --with-freetype-src=${WRKDIR}/freety WITH_FREETYPE_SRC= --without-freetype-bytecode --without-freetype-src .endif -CONFIGURE_ARGS= ${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC} +CONFIGURE_ARGS= ${WITH_MULTILAYER} --enable-devicetables ${WITH_FREETYPE_SRC} \ + --enable-pasteafter --enable-tilepath CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lutil -lpthread" CFLAGS="${CFLAGS} \ -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" \ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2" |