Date: Mon, 8 Aug 2016 14:30:24 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419852 - head/graphics/telak Message-ID: <201608081430.u78EUOu1011338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081430.u78EUOu1011338>