Date: Tue, 21 Jan 2014 00:36:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340519 - head/devel/libg19draw Message-ID: <201401210036.s0L0aPNF072904@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210036.s0L0aPNF072904>