aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-06 05:41:19 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-06 05:41:19 +0000
commiteb7cb2bbc249365c686ddcc4b007ad7af27b6eac (patch)
tree5d0f3cb4504ce020aa9b14f1d95696b3ce8b6145 /ftp
parenta6b3c2b55510005a4e57916493b5e4d36c757407 (diff)
downloadports-eb7cb2bbc249365c686ddcc4b007ad7af27b6eac.tar.gz
ports-eb7cb2bbc249365c686ddcc4b007ad7af27b6eac.zip
- 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 <ssedov at mbsd.msk.ru>
Notes
Notes: svn path=/head/; revision=169797
Diffstat (limited to 'ftp')
-rw-r--r--ftp/yafc/Makefile8
1 files changed, 4 insertions, 4 deletions
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 <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif