svn commit: r440907 - head/net-im/telegram-purple

Kevin Lo kevlo at FreeBSD.org
Mon May 15 05:22:59 UTC 2017


Author: kevlo
Date: Mon May 15 05:22:57 2017
New Revision: 440907
URL: https://svnweb.freebsd.org/changeset/ports/440907

Log:
  Remove USE_GCC which is not needed anymore.

Modified:
  head/net-im/telegram-purple/Makefile

Modified: head/net-im/telegram-purple/Makefile
==============================================================================
--- head/net-im/telegram-purple/Makefile	Mon May 15 00:26:40 2017	(r440906)
+++ head/net-im/telegram-purple/Makefile	Mon May 15 05:22:57 2017	(r440907)
@@ -4,7 +4,7 @@
 PORTNAME=	telegram-purple
 PORTVERSION=	1.3.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 
 MAINTAINER=	kevlo at FreeBSD.org
@@ -25,6 +25,7 @@ USES=		execinfo gettext gmake pkgconfig
 USE_GNOME=	glib20 libxml2
 USE_GCC=	yes
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	majn:DEFAULT,tgl vysheng:tlparser


More information about the svn-ports-all mailing list