Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2014 06:10:55 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357268 - head/print/ttftot42
Message-ID:  <201406100610.s5A6AtaD089609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406100610.s5A6AtaD089609>