diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-27 16:51:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-27 16:51:59 +0000 |
commit | 1b6bbf9e648ef24a523d10cfa8af35340bbaaeda (patch) | |
tree | 97508895d6890400ddb7e54330bfb5345fcf2019 /print/fontforge/Makefile | |
parent | 600cab254ae33161cfcf4c0b402e97eb62b661e3 (diff) |
- Update to 20150824
PR: 202639
Submitted by: cyberbotx@cyberbotx.com (maintainer)
Notes
Notes:
svn path=/head/; revision=395433
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r-- | print/fontforge/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index 9ddf0a59c771..4ffae065b31d 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= fontforge -DISTVERSION= 20150612 -PORTREVISION= 2 +PORTVERSION= 20150824 CATEGORIES= print DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -29,7 +28,7 @@ USES= autoreconf:build desktop-file-utils execinfo gettext gmake iconv \ jpeg libtool pkgconfig python shared-mime-info shebangfix SHEBANG_FILES= pycontrib/gdraw/__init__.py \ pycontrib/gdraw/gdraw.py -USE_XORG= x11 xi ice xkbui +USE_XORG= ice x11 xi xkbui USE_GNOME= glib20 gtk20 libxml2 pango CONFIGURE_ARGS= --enable-tile-path --enable-gtk2-use @@ -56,7 +55,7 @@ CAIRO_CONFIGURE_WITH= cairo .if ${PORT_OPTIONS:MFREETYPE} MASTER_SITES+= http://savannah.nongnu.org/download/freetype/:freetype \ - SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/:freetype \ + SF/freetype/freetype2/${FREETYPE_VERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/:freetype \ http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/:freetype \ http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/:freetype \ http://ftp.sunet.se/pub/text-processing/freetype/freetype2/:freetype \ |