1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Fix hidden dependency on ftgl

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-06-07 13:31:08 +00:00
parent d0f56d58cf
commit 3e0e4b6d95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471918

View File

@ -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}