diff options
author | krion <krion@FreeBSD.org> | 2004-01-12 09:13:52 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-12 09:13:52 +0000 |
commit | 4a9882803b51d886115a38506d6a87344048da6f (patch) | |
tree | 4ff36e51bcccd7be058acbbc8727ff20df4023e5 /ftp/wput/Makefile | |
parent | 2b11195024bc7bb2d5e6652a1ca2a2d9b895104b (diff) | |
download | FreeBSD-ports-4a9882803b51d886115a38506d6a87344048da6f.zip FreeBSD-ports-4a9882803b51d886115a38506d6a87344048da6f.tar.gz |
- Add USE_AUTOCONF_VER=253
PR: 61223
Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer)
Diffstat (limited to 'ftp/wput/Makefile')
-rw-r--r-- | ftp/wput/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index 09ef17a..5a557f1 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" |