Date: Sun, 27 Apr 2014 12:21:10 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352413 - head/graphics/g2 Message-ID: <201404271221.s3RCLAxO023036@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Apr 27 12:21:10 2014 New Revision: 352413 URL: http://svnweb.freebsd.org/changeset/ports/352413 QAT: https://qat.redports.org/buildarchive/r352413/ Log: - Add staging support - Convert to new LIB_DEPENDS format Modified: head/graphics/g2/Makefile Modified: head/graphics/g2/Makefile ============================================================================== --- head/graphics/g2/Makefile Sun Apr 27 12:19:53 2014 (r352412) +++ head/graphics/g2/Makefile Sun Apr 27 12:21:10 2014 (r352413) @@ -11,13 +11,16 @@ MASTER_SITE_SUBDIR= libs/graphics MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use, portable, and powerful 2D graphics library -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd USE_XORG= x11 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -E 's,(INC|LIB)DIR),DESTDIR)$$(&,g' \ + ${WRKSRC}/Makefile.in + do-build: cd ${WRKSRC} ; make depend ; make
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404271221.s3RCLAxO023036>