summaryrefslogtreecommitdiff
path: root/print/ttftot42
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 06:10:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-10 06:10:55 +0000
commit88c0634551b90b8473a91b28ec4e0a775d90c355 (patch)
treee33087063ed1df4c2d3725404e770eaf79f99711 /print/ttftot42
parentAdd staging support. (diff)
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/Makefile3
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>