From e93b741b40cd22db3a102d1212cf04078ffa42c1 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 24 Jan 2018 09:02:07 +0000 Subject: [PATCH] - Switch to USES=localbase - Update WWW --- print/ttftot42/Makefile | 5 ++--- print/ttftot42/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index cbc983ea109a..65a4062ad4cf 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -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 diff --git a/print/ttftot42/pkg-descr b/print/ttftot42/pkg-descr index bc6171d84303..1627aa972ca4 100644 --- a/print/ttftot42/pkg-descr +++ b/print/ttftot42/pkg-descr @@ -1,3 +1,3 @@ TrueType to Type42 font converter -WWW: http://www.nih.at/ttftot42/ +WWW: https://www.nih.at/ttftot42/