diff options
author | assar <assar@FreeBSD.org> | 2000-10-31 16:12:26 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2000-10-31 16:12:26 +0000 |
commit | d6a15943aaf66f5435312af2ec5f6fedfdd00388 (patch) | |
tree | d147e59d685e3e0d243a854761feb0a5b352e015 /net/arla/Makefile | |
parent | a3a5e2829ddd738ec683aa1022d2513d2914b740 (diff) | |
download | FreeBSD-ports-d6a15943aaf66f5435312af2ec5f6fedfdd00388.zip FreeBSD-ports-d6a15943aaf66f5435312af2ec5f6fedfdd00388.tar.gz |
update to 0.34.6
also add USE_XLIB to make bento built this correctly
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index acfab8d..b2df457 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -6,13 +6,14 @@ # PORTNAME= arla -PORTVERSION= 0.34.2 -PORTREVISION= 1 +PORTVERSION= 0.34.6 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= assar@freebsd.org +USE_XLIB= yes + .if !exists(/usr/lib/libkafs.a) BROKEN= requires kerberos .endif |