svn commit: r328735 - head/devel/eet

Grzegorz Blach gblach at FreeBSD.org
Sun Sep 29 21:38:55 UTC 2013


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>


More information about the svn-ports-all mailing list