diff options
-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" |