diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-02 11:49:49 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2002-04-02 11:49:49 +0000 |
commit | 90e1d076cc1e0e5253eed769a876725a1c619682 (patch) | |
tree | 054419de82f660437b912611b23caa2619b68708 /x11/xlockmore | |
parent | 4a765861a78dba934a88194c41a1e07be029179d (diff) |
Notes
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 4e2e31ed525d..d941519d4652 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \ --without-nas --without-gtk --without-esound .if defined(MAKE_KERBEROS4) CONFIGURE_ARGS+= --enable-kerberos4 +KRB4LIB= -lcom_err .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-kerberos5 @@ -39,7 +40,7 @@ USE_MESA= yes .else CONFIGURE_ARGS+= --without-mesa --without-opengl .endif -CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${MESALIB}" +CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}" .include <bsd.port.pre.mk> |