svn commit: r340519 - head/devel/libg19draw

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:36:25 UTC 2014


Author: bapt
Date: Tue Jan 21 00:36:24 2014
New Revision: 340519
URL: http://svnweb.freebsd.org/changeset/ports/340519
QAT: https://qat.redports.org/buildarchive/r340519/

Log:
  Support stage

Modified:
  head/devel/libg19draw/Makefile

Modified: head/devel/libg19draw/Makefile
==============================================================================
--- head/devel/libg19draw/Makefile	Tue Jan 21 00:34:13 2014	(r340518)
+++ head/devel/libg19draw/Makefile	Tue Jan 21 00:36:24 2014	(r340519)
@@ -9,8 +9,8 @@ MASTER_SITES=	SF/g19linux/${PORTNAME}/${
 MAINTAINER=	armin at frozen-zone.org
 COMMENT=	G19 draw library
 
-LIB_DEPENDS=	g19.1:${PORTSDIR}/devel/libg19 \
-		freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libg19.so:${PORTSDIR}/devel/libg19 \
+		libfreetype.so.9:${PORTSDIR}/print/freetype2
 
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -pthread"
 
@@ -24,5 +24,4 @@ PLIST_FILES=	include/libg19draw.h \
 		lib/libg19draw.so \
 		lib/libg19draw.so.1
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list