Date: Sat, 16 Aug 2014 21:20:58 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365138 - head/lang/ohugs Message-ID: <201408162120.s7GLKwlZ071462@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sat Aug 16 21:20:57 2014 New Revision: 365138 URL: http://svnweb.freebsd.org/changeset/ports/365138 QAT: https://qat.redports.org/buildarchive/r365138/ Log: Fix build on -current. Mysteries in this port remain, such as why it depends on libreadline.so.6 directly, and why it brings in X11 dependencies only if you turn the X11 OPTION off. Modified: head/lang/ohugs/Makefile Modified: head/lang/ohugs/Makefile ============================================================================== --- head/lang/ohugs/Makefile Sat Aug 16 21:18:49 2014 (r365137) +++ head/lang/ohugs/Makefile Sat Aug 16 21:20:57 2014 (r365138) @@ -22,7 +22,7 @@ LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/ WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} BUILD_WRKSRC= ${WRKSRC}/src -USES= bison +USES= bison readline LDFLAGS+= -lm -lreadline -ltermcap .if ${PORT_OPTIONS:MX11}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408162120.s7GLKwlZ071462>