diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-01-05 15:43:24 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-01-05 15:43:24 +0000 |
commit | 2d5fbe1b77b17fb6feddd3a53e592cc95ff94fa2 (patch) | |
tree | 8f619e6dac3df4677aebcb0b4f79bcd9068ea805 /x11/xlockmore/Makefile | |
parent | e1ab1b7efb833d1769ae33dd9644d51cf18926a2 (diff) | |
download | ports-2d5fbe1b77b17fb6feddd3a53e592cc95ff94fa2.tar.gz ports-2d5fbe1b77b17fb6feddd3a53e592cc95ff94fa2.zip |
Notes
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 37ecfbd9ee5a..99cc98f87d99 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xlockmore -PORTVERSION= 5.10 +PORTVERSION= 5.11 CATEGORIES?= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ${MASTER_SITE_XCONTRIB} @@ -23,7 +23,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 +KRB4LIB= -lcom_err -lcrypto .endif .if defined(KRB5_HOME) && exists(${KRB5_HOME}) CONFIGURE_ARGS+= --enable-kerberos5 |