svn commit: r328138 - head/textproc/libguess

William Grzybowski wg at FreeBSD.org
Tue Sep 24 14:14:07 UTC 2013


Author: wg
Date: Tue Sep 24 14:14:06 2013
New Revision: 328138
URL: http://svnweb.freebsd.org/changeset/ports/328138

Log:
  textproc/libguess: allow staging
  
  - Allow stating
  - Convert lib depends to new format

Modified:
  head/textproc/libguess/Makefile

Modified: head/textproc/libguess/Makefile
==============================================================================
--- head/textproc/libguess/Makefile	Tue Sep 24 14:03:13 2013	(r328137)
+++ head/textproc/libguess/Makefile	Tue Sep 24 14:14:06 2013	(r328138)
@@ -9,13 +9,14 @@ MASTER_SITES=	http://distfiles.atheme.or
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	High-speed character set detection library
 
-LIB_DEPENDS=	mowgli:${PORTSDIR}/devel/libmowgli
+LIB_DEPENDS=	libmowgli.so:${PORTSDIR}/devel/libmowgli
 
 USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
+MAKE_ARGS+=	PREFIX="${STAGEDIR}${PREFIX}"
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \
 		${WRKSRC}/Makefile


More information about the svn-ports-all mailing list