1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Now that tinderbox knows how to properly check this, tests on OSVERSIONS are useless, just check is libreadline.so is in base

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2013-11-05 14:26:41 +00:00
parent 9c82d511fc
commit 16c627dc09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332853

View File

@ -12,10 +12,7 @@
.if !defined(_INCLUDE_USES_READLINE_MK)
_INCLUDE_USES_READLINE_MK= yes
#.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
#readline_ARGS= port
#.endif
.if ${OPSYS} == DragonFly
.if !exists(/usr/lib/libreadline.so)
readline_ARGS= port
.endif