svn commit: r357036 - head/lang/ohugs

Antoine Brodin antoine at FreeBSD.org
Sun Jun 8 14:16:58 UTC 2014


Author: antoine
Date: Sun Jun  8 14:16:57 2014
New Revision: 357036
URL: http://svnweb.freebsd.org/changeset/ports/357036
QAT: https://qat.redports.org/buildarchive/r357036/

Log:
  Fix LIB_DEPENDS

Modified:
  head/lang/ohugs/Makefile

Modified: head/lang/ohugs/Makefile
==============================================================================
--- head/lang/ohugs/Makefile	Sun Jun  8 14:02:34 2014	(r357035)
+++ head/lang/ohugs/Makefile	Sun Jun  8 14:16:57 2014	(r357036)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE=		X11
 
 LIB_DEPENDS=	libreadline.so.6:${PORTSDIR}/devel/readline
 .if empty(PORT_OPTIONS:MX11)
-LIB_DEPENDS=	libTix8.4.3.0.so:${PORTSDIR}/x11-toolkits/tix
+LIB_DEPENDS=	libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix
 .endif
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/.src//}


More information about the svn-ports-all mailing list