From eb7cb2bbc249365c686ddcc4b007ad7af27b6eac Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Sun, 6 Aug 2006 05:41:19 +0000 Subject: - Add readline as dependency when it was already installed. The program will be linked against it anyway, not against a system one. - Pass maintainership to submitter PR: ports/101438 Submitted by: Stanislav Sedov --- ftp/yafc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ftp/yafc/Makefile') diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 723911b1a3b0..4b816fd1cb5b 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -11,13 +11,13 @@ CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= Yet another ftp client. Similar to ftp(1) USE_BZIP2= yes -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ --with-krb5=no --with-gssapi=no @@ -30,7 +30,7 @@ PLIST_DIRS= %%EXAMPLESDIR%% .include -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif -- cgit v1.2.3