Date: Wed, 24 Jan 2018 09:02:07 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459823 - head/print/ttftot42 Message-ID: <201801240902.w0O927Zf097751@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jan 24 09:02:07 2018 New Revision: 459823 URL: https://svnweb.freebsd.org/changeset/ports/459823 Log: - Switch to USES=localbase - Update WWW Modified: head/print/ttftot42/Makefile head/print/ttftot42/pkg-descr Modified: head/print/ttftot42/Makefile ============================================================================== --- head/print/ttftot42/Makefile Wed Jan 24 08:51:37 2018 (r459822) +++ head/print/ttftot42/Makefile Wed Jan 24 09:02:07 2018 (r459823) @@ -13,10 +13,9 @@ COMMENT= TrueType to Type42 font converter LIB_DEPENDS= libttf.so:print/freetype GNU_CONFIGURE= yes +USES= localbase PLIST_FILES= bin/ttftot42 -CPPFLAGS+= -I${LOCALBASE}/include/freetype1/freetype \ - -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -isystem${LOCALBASE}/include/freetype1/freetype .include <bsd.port.mk> Modified: head/print/ttftot42/pkg-descr ============================================================================== --- head/print/ttftot42/pkg-descr Wed Jan 24 08:51:37 2018 (r459822) +++ head/print/ttftot42/pkg-descr Wed Jan 24 09:02:07 2018 (r459823) @@ -1,3 +1,3 @@ TrueType to Type42 font converter -WWW: http://www.nih.at/ttftot42/ +WWW: https://www.nih.at/ttftot42/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801240902.w0O927Zf097751>