diff options
author | Will Andrews <will@FreeBSD.org> | 2004-10-16 00:04:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2004-10-16 00:04:19 +0000 |
commit | ca9ea1fc0e99af075f2ddc46328e30b1a6e732b3 (patch) | |
tree | 24a24231267b49c3265711319ccf1e9b8a1b5631 /ftp/quftp | |
parent | 89481c132084f793a02991eabfda8a6123159316 (diff) | |
download | ports-ca9ea1fc0e99af075f2ddc46328e30b1a6e732b3.tar.gz ports-ca9ea1fc0e99af075f2ddc46328e30b1a6e732b3.zip |
Notes
Diffstat (limited to 'ftp/quftp')
-rw-r--r-- | ftp/quftp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/quftp/Makefile b/ftp/quftp/Makefile index 56c3fa11be8a..b3745ef8ab76 100644 --- a/ftp/quftp/Makefile +++ b/ftp/quftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= quftp PORTVERSION= 1.0.7 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= quftp @@ -14,12 +15,12 @@ MASTER_SITE_SUBDIR= quftp MAINTAINER= laszlof@vonostingroup.com COMMENT= A scriptable FTP client -LIB_DEPENDS= readline.4:${PORTSDIR}/devel/readline +LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS} -CONFIGURE_ENV= CFLAGS="${CFLAGS}" +CONFIGURE_ENV= CFLAGS="${CFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= quftp.1 |