From 6cb0fa86ae3d84d9d26d0e8f288fac28df5e4b61 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 12 Feb 2016 15:55:46 +0000 Subject: [PATCH] - Remove obsolete hack, all supported FreeBSD versions have required POSIX_FADV_* macros - Switch to USES=localbase Approved by: portmgr blanket --- ftp/lftp/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 23cdc52523ed..131261234129 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -20,14 +20,8 @@ LICENSE= GPLv3 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= charsetfix iconv libtool readline shebangfix - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +USES= charsetfix iconv libtool localbase readline shebangfix GNU_CONFIGURE= yes -# XXX FreeBSD 9.x has posix_fallocate() for OSVERSION > 900035, -# but is missing the required POSIX_FADV_* macros -CONFIGURE_ENV= i_cv_posix_fallocate_works=no PORTDOCS= AUTHORS BUGS ChangeLog FAQ FEATURES INSTALL \ MIRRORS NEWS README README.debug-levels README.modules \