diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-07 21:31:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-06-07 21:31:08 +0800 |
commit | dd6cf0c68a65598a7ce7b6106f93571eb4312fd2 (patch) | |
tree | c6a4964adce5dd6ef3641746eba38a50f3dcd049 /x11 | |
parent | 451e033489fa3ce9f9ab22e52ada8d2b1706f03d (diff) | |
download | freebsd-ports-gnome-dd6cf0c68a65598a7ce7b6106f93571eb4312fd2.tar.gz freebsd-ports-gnome-dd6cf0c68a65598a7ce7b6106f93571eb4312fd2.tar.zst freebsd-ports-gnome-dd6cf0c68a65598a7ce7b6106f93571eb4312fd2.zip |
- Fix hidden dependency on ftgl
Approved by: portmgr blanket
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 6812c54f9fb7..6036582cd613 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -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} |