svn commit: r332853 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Tue Nov 5 14:26:42 UTC 2013
Author: bapt
Date: Tue Nov 5 14:26:41 2013
New Revision: 332853
URL: http://svnweb.freebsd.org/changeset/ports/332853
Log:
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
Modified:
head/Mk/Uses/readline.mk
Modified: head/Mk/Uses/readline.mk
==============================================================================
--- head/Mk/Uses/readline.mk Tue Nov 5 14:24:49 2013 (r332852)
+++ head/Mk/Uses/readline.mk Tue Nov 5 14:26:41 2013 (r332853)
@@ -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
More information about the svn-ports-head
mailing list