diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-01-24 17:02:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-01-24 17:02:07 +0800 |
commit | 680fe73e8fe9cb8d87112e4e2e750964957bd514 (patch) | |
tree | c4fc625aa458b3dded19bedf8cb394df76076336 | |
parent | 09ad167c5d8b06451b41c3872dc7e461cd3f2fc6 (diff) | |
download | freebsd-ports-gnome-680fe73e8fe9cb8d87112e4e2e750964957bd514.tar.gz freebsd-ports-gnome-680fe73e8fe9cb8d87112e4e2e750964957bd514.tar.zst freebsd-ports-gnome-680fe73e8fe9cb8d87112e4e2e750964957bd514.zip |
- Switch to USES=localbase
- Update WWW
-rw-r--r-- | print/ttftot42/Makefile | 5 | ||||
-rw-r--r-- | 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 <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/ |