diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-23 03:28:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-23 03:28:15 +0000 |
commit | 5be8b76c3a891f3c9c6741b919f0c479865bf356 (patch) | |
tree | 302a19bffb5a471cde2c011d568e6d717dabfe34 /print | |
parent | 073f972efac7926c43c64e959076ce640c270d94 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/fontforge/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index d29dafe65a4f..9d249de3a9f6 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -3,6 +3,7 @@ PORTNAME= fontforge PORTVERSION= 20161005 +PORTREVISION= 1 CATEGORIES= print DISTFILES= # Empty but needed because of the freetype distfile @@ -80,14 +81,4 @@ pre-configure: ${LOCALBASE}/bin/gnulib-tool --aux-dir=config --m4-base=m4 --libtool --symlink --import $${gnulib_modules}' ; \ export LIBTOOLIZE=true ; ${AUTORECONF} -f -i) -.include <bsd.port.pre.mk> - -# waiting for the llvm bug to fix. http://llvm.org/bugs/show_bug.cgi?id=21903 -.if ${ARCH} == i386 && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} > 36 -BUILD_DEPENDS+= clang36:lang/clang36 -CPP= clang-cpp36 -CC= clang36 -CXX= clang++36 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |