aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/yafc
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 08:50:28 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 08:50:28 +0800
commit3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch)
tree50f793f00a7cb711970c62063687af6cd8625387 /ftp/yafc
parentec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff)
downloadfreebsd-ports-gnome-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz
freebsd-ports-gnome-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.zst
freebsd-ports-gnome-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'ftp/yafc')
-rw-r--r--ftp/yafc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index 721b88212c87..e2664b6f04bb 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -30,7 +30,7 @@ PLIST_DIRS= %%EXAMPLESDIR%%
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif