diff options
author | arved <arved@FreeBSD.org> | 2004-09-03 03:29:35 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-09-03 03:29:35 +0800 |
commit | 4d80be9e574676fa290521f9ad308f1eacd88558 (patch) | |
tree | e9d528e557dc0ffa1dcc118eb25138eb86f26121 /ftp/wput/Makefile | |
parent | 8643df3c8f669a2ed702fdf86455f69786c8eda7 (diff) | |
download | freebsd-ports-gnome-4d80be9e574676fa290521f9ad308f1eacd88558.tar.gz freebsd-ports-gnome-4d80be9e574676fa290521f9ad308f1eacd88558.tar.zst freebsd-ports-gnome-4d80be9e574676fa290521f9ad308f1eacd88558.zip |
Fix handling of libgnugetopt to fix build on 5.x
Diffstat (limited to 'ftp/wput/Makefile')
-rw-r--r-- | ftp/wput/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index 97d72c0b77dc..49fbe98dd77f 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -17,14 +17,12 @@ COMMENT= Uploads files or directories to a ftpserver with support of resuming PORTDOCS= TODO ChangeLog -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" +CONFIGURE_ENV= LIBS="${LDFLAGS}" PLIST_FILES= bin/wput MAN1= wput.1 |