aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-06 13:41:19 +0800
committerrafan <rafan@FreeBSD.org>2006-08-06 13:41:19 +0800
commit2e049762d670ca6cddd04246906282dc170dd723 (patch)
tree81e9ebb004e72a9d478e52dd1119d67d51c5c25c /ftp
parentf7749ef7564ac0cfb494fdd93a9a697c1fa1bee4 (diff)
downloadfreebsd-ports-gnome-2e049762d670ca6cddd04246906282dc170dd723.tar.gz
freebsd-ports-gnome-2e049762d670ca6cddd04246906282dc170dd723.tar.zst
freebsd-ports-gnome-2e049762d670ca6cddd04246906282dc170dd723.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>
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