Date: Sat, 6 Apr 2013 23:30:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/177600: commit references a PR Message-ID: <201304062330.r36NU1L6008056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177600; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177600: commit references a PR Date: Sat, 6 Apr 2013 23:20:43 +0000 (UTC) Author: wg Date: Sat Apr 6 23:20:30 2013 New Revision: 315748 URL: http://svnweb.freebsd.org/changeset/ports/315748 Log: - Fix typo in OptionsNG conversion PR: ports/177600 Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com> Approved by: portmgr (miwi), jpaetzel (mentor) Modified: head/palm/pilot-link/Makefile Modified: head/palm/pilot-link/Makefile ============================================================================== --- head/palm/pilot-link/Makefile Sat Apr 6 17:21:21 2013 (r315747) +++ head/palm/pilot-link/Makefile Sat Apr 6 23:20:30 2013 (r315748) @@ -40,7 +40,7 @@ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/deve CONFIGURE_ARGS+=--enable-libusb LDFLAGS+= -L${PREFIX}/lib -lusb -.if ! ${PORT_OPTIONS:THREADS} +.if ! ${PORT_OPTIONS:MTHREADS} IGNORE= cannot be built: USB support requires THREADS turned on. Please reconfigure using 'make config' .else LDFLAGS+= ${PTHREAD_LIBS} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304062330.r36NU1L6008056>