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/