Date: Thu, 7 Jun 2018 13:31:08 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471918 - head/x11/xlockmore Message-ID: <201806071331.w57DV8ft034707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 7 13:31:08 2018 New Revision: 471918 URL: https://svnweb.freebsd.org/changeset/ports/471918 Log: - Fix hidden dependency on ftgl Approved by: portmgr blanket Modified: head/x11/xlockmore/Makefile Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Thu Jun 7 13:17:50 2018 (r471917) +++ head/x11/xlockmore/Makefile Thu Jun 7 13:31:08 2018 (r471918) @@ -3,7 +3,7 @@ PORTNAME= xlockmore PORTVERSION= 5.54 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= x11 MASTER_SITES= http://www.sillycycle.com/xlock/ \ LOCAL/jgh/x11/${PORTNAME}/ @@ -68,10 +68,11 @@ KRB5LIB= -L${KRB5_HOME}/lib .if ${PORT_OPTIONS:MMESAGL} CONFIGURE_ARGS+= --with-mesa MESALIB= -lpthread -USE_GL= yes +USE_GL= yes +LIB_DEPENDS+= libftgl.so:graphics/ftgl CFLAGS+= -I${LOCALBASE}/include/FTGL -I${LOCALBASE}/include/freetype2 .else -CONFIGURE_ARGS+= --without-mesa --without-opengl +CONFIGURE_ARGS+= --without-mesa --without-opengl --without-ftgl .endif .if ${PORT_OPTIONS:MNICE_ONLY}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806071331.w57DV8ft034707>