diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-27 14:22:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-27 14:22:31 +0000 |
commit | 196e201f75f3ebe1f7a6b4585b5ede4a04c12102 (patch) | |
tree | c9fc66978d01d857ef4e83f9aef9f13c5dfde26a /net/fspclient/Makefile | |
parent | 0c13fa71e55117133e5718d0195f5d374c6f747e (diff) |
Notes
Diffstat (limited to 'net/fspclient/Makefile')
-rw-r--r-- | net/fspclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile index 4d5bddf9264d..14cf52bcafb8 100644 --- a/net/fspclient/Makefile +++ b/net/fspclient/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fspclient -PORTVERSION= 0.0.10 +PORTVERSION= 0.90.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ COMMENT= A ftp-like client for the FSP service GNU_CONFIGURE= yes USE_GETOPT_LONG= yes +USE_BZIP2= yes CFLAGS+= -I${LOCALBASE}/include |