aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-12 09:13:52 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-12 09:13:52 +0000
commitcc159d5af85666d88ec24ccb294cd5421c4c3752 (patch)
treea81d21f60c8577e23ae3d3529d11a2d81101b737 /ftp
parent8548757bfb2df8b5c5a9ce88632ab6f0cfbdcb9e (diff)
downloadports-cc159d5af85666d88ec24ccb294cd5421c4c3752.tar.gz
ports-cc159d5af85666d88ec24ccb294cd5421c4c3752.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/wput/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile
index 09ef17a46e3a..5a557f1a8d44 100644
--- a/ftp/wput/Makefile
+++ b/ftp/wput/Makefile
@@ -14,10 +14,11 @@ EXTRACT_SUFX= .tgz
MAINTAINER= chip-set@mail.ru
COMMENT= Uploads files or directories to a ftpserver with support of resuming
-GNU_CONFIGURE= yes
+USE_AUTOCONF_VER= 253
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
+GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"