svn commit: r419852 - head/graphics/telak

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:30:25 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:30:24 2016
New Revision: 419852
URL: https://svnweb.freebsd.org/changeset/ports/419852

Log:
  Register x11 with USE_XORG

Modified:
  head/graphics/telak/Makefile

Modified: head/graphics/telak/Makefile
==============================================================================
--- head/graphics/telak/Makefile	Mon Aug  8 14:28:23 2016	(r419851)
+++ head/graphics/telak/Makefile	Mon Aug  8 14:30:24 2016	(r419852)
@@ -3,7 +3,7 @@
 
 PORTNAME=	telak
 PORTVERSION=	0.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	http://julien.danjou.info/telak/ \
 		LOCAL/ehaupt
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libImlib2.so:graphics/imlib2
 
 USES=		gmake
+USE_XORG=	x11
 
 ALL_TARGET=	${PORTNAME}
 


More information about the svn-ports-all mailing list