diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-11 17:47:34 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-02-11 17:47:34 +0000 |
commit | 1fdb0bc2d0007eeaa69b56934530a1b4412805d9 (patch) | |
tree | 03de59f2507ef794edd3d3b85b17f4304e86bb9d /x11/xlockmore/Makefile | |
parent | 02f10194994863884db5f1175b01352ca58d4b0c (diff) | |
download | ports-1fdb0bc2d0007eeaa69b56934530a1b4412805d9.tar.gz ports-1fdb0bc2d0007eeaa69b56934530a1b4412805d9.zip |
Notes
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index e05ae7e8387b..bd5d0e1d3755 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -55,6 +55,10 @@ CONFIGURE_ARGS+= --enable-use_mb CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} .endif +.if defined(WITH_SYSLOG) +CONFIGURE_ARGS+= --enable-syslog +.endif + CONFIGURE_ENV+= XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}" .include <bsd.port.pre.mk> |