svn commit: r357268 - head/print/ttftot42
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 10 06:10:56 UTC 2014
Author: vanilla
Date: Tue Jun 10 06:10:55 2014
New Revision: 357268
URL: http://svnweb.freebsd.org/changeset/ports/357268
QAT: https://qat.redports.org/buildarchive/r357268/
Log:
1: remove NO_STAGE.
2: convert to new format of LIB_DEPENDS.
Modified:
head/print/ttftot42/Makefile
Modified: head/print/ttftot42/Makefile
==============================================================================
--- head/print/ttftot42/Makefile Tue Jun 10 05:58:55 2014 (r357267)
+++ head/print/ttftot42/Makefile Tue Jun 10 06:10:55 2014 (r357268)
@@ -10,7 +10,7 @@ MASTER_SITES= http://www.nih.at/ttftot42
MAINTAINER= ports at 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/freety
-I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list