svn commit: r375521 - head/net-im/telepathy-farsight

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 02:12:55 UTC 2014


Author: bapt
Date: Thu Dec 25 02:12:53 2014
New Revision: 375521
URL: https://svnweb.freebsd.org/changeset/ports/375521
QAT: https://qat.redports.org/buildarchive/r375521/

Log:
  Replace gnomehack with pathfix

Modified:
  head/net-im/telepathy-farsight/Makefile

Modified: head/net-im/telepathy-farsight/Makefile
==============================================================================
--- head/net-im/telepathy-farsight/Makefile	Thu Dec 25 02:12:45 2014	(r375520)
+++ head/net-im/telepathy-farsight/Makefile	Thu Dec 25 02:12:53 2014	(r375521)
@@ -16,10 +16,10 @@ LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDI
 		libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pkgconfig python
+USES=		gmake libtool pathfix pkgconfig python
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack glib20 libxslt:build
+USE_GNOME=	glib20 libxslt:build
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list