Date: Sun, 29 Sep 2013 21:38:55 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328735 - head/devel/eet Message-ID: <201309292138.r8TLctr4068624@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Sun Sep 29 21:38:55 2013 New Revision: 328735 URL: http://svnweb.freebsd.org/changeset/ports/328735 Log: - Convert to new LIB_DEPENDS syntax - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/devel/eet/Makefile Modified: head/devel/eet/Makefile ============================================================================== --- head/devel/eet/Makefile Sun Sep 29 21:38:37 2013 (r328734) +++ head/devel/eet/Makefile Sun Sep 29 21:38:55 2013 (r328735) @@ -13,7 +13,7 @@ COMMENT= Enlightenment Data Handling Lib LICENSE= BSD -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg DIST_SUBDIR= e17 USE_BZIP2= yes @@ -26,7 +26,6 @@ USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl" CONFIGURE_ARGS= --disable-gnutls -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MEXAMPLES} @@ -40,6 +39,7 @@ post-patch: ${WRKSRC}/src/examples/Makefile.in post-install: - @${REINPLACE_CMD} -i '' -e 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc + @${REINPLACE_CMD} -i '' -e 's/ openssl//' \ + ${STAGEDIR}${PREFIX}/libdata/pkgconfig/eet.pc .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309292138.r8TLctr4068624>