summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-01-24 09:02:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-01-24 09:02:07 +0000
commite93b741b40cd22db3a102d1212cf04078ffa42c1 (patch)
treec4fc625aa458b3dded19bedf8cb394df76076336
parentxen-kernel: add prerequisites for XSA-254 bandaid (diff)
- Switch to USES=localbase
- Update WWW
-rw-r--r--print/ttftot42/Makefile5
-rw-r--r--print/ttftot42/pkg-descr2
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 <bsd.port.mk>
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/