diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 06:10:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 06:10:55 +0000 |
commit | 88c0634551b90b8473a91b28ec4e0a775d90c355 (patch) | |
tree | e33087063ed1df4c2d3725404e770eaf79f99711 /print/ttftot42 | |
parent | 1f7d9ae906b9951f746d80607941d35a77a03f73 (diff) | |
download | ports-88c0634551b90b8473a91b28ec4e0a775d90c355.tar.gz ports-88c0634551b90b8473a91b28ec4e0a775d90c355.zip |
1: remove NO_STAGE.
2: convert to new format of LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=357268
Diffstat (limited to 'print/ttftot42')
-rw-r--r-- | print/ttftot42/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ttftot42/Makefile b/print/ttftot42/Makefile index 33b8bbd89dca..510613481a9f 100644 --- a/print/ttftot42/Makefile +++ b/print/ttftot42/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.nih.at/ttftot42/ MAINTAINER= ports@FreeBSD.org COMMENT= TrueType to Type42 font converter -LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype +LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype GNU_CONFIGURE= yes PLIST_FILES= bin/ttftot42 @@ -19,5 +19,4 @@ CPPFLAGS+= -I${LOCALBASE}/include/freetype1/freetype \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |