svn commit: r471918 - head/x11/xlockmore

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 7 13:31:09 UTC 2018


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}


More information about the svn-ports-all mailing list