diff options
author | krion <krion@FreeBSD.org> | 2004-01-12 17:13:52 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-12 17:13:52 +0800 |
commit | 4a9882803b51d886115a38506d6a87344048da6f (patch) | |
tree | 4ff36e51bcccd7be058acbbc8727ff20df4023e5 /ftp/wput | |
parent | 2b11195024bc7bb2d5e6652a1ca2a2d9b895104b (diff) | |
download | freebsd-ports-gnome-4a9882803b51d886115a38506d6a87344048da6f.tar.gz freebsd-ports-gnome-4a9882803b51d886115a38506d6a87344048da6f.tar.zst freebsd-ports-gnome-4a9882803b51d886115a38506d6a87344048da6f.zip |
- Add USE_AUTOCONF_VER=253
PR: 61223
Submitted by: Nosov Artem <chip-set@mail.ru> (maintainer)
Diffstat (limited to 'ftp/wput')
-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 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" |