diff options
author | Assar Westerlund <assar@FreeBSD.org> | 2000-10-31 16:12:26 +0000 |
---|---|---|
committer | Assar Westerlund <assar@FreeBSD.org> | 2000-10-31 16:12:26 +0000 |
commit | 0921a27eb9e00d113124bb0d1201d09cf49e4acb (patch) | |
tree | cfc9bb987de97afc937b052e438f4ad63a3748bf /net/arla/Makefile | |
parent | 57b351c6099a43860d825fcd3f481c97226a3a7f (diff) |
Notes
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 acfab8d1edee..b2df457247e1 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 |