Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2013 14:50:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        gnome@FreeBSD.org
Subject:   Re: ports/177545: commit references a PR
Message-ID:  <201304011450.r31Eo1Zm077942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177545; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/177545: commit references a PR
Date: Mon,  1 Apr 2013 14:46:22 +0000 (UTC)

 Author: bdrewery
 Date: Mon Apr  1 14:46:13 2013
 New Revision: 315652
 URL: http://svnweb.freebsd.org/changeset/ports/315652
 
 Log:
   - Fix build with bmake
   
   PR:		ports/177545
   Submitted by:	John Marino <draco@marino.st>
   Approved by:	gnome (kwm)
   With hat:	portmgr
 
 Modified:
   head/devel/libglade2/Makefile
 
 Modified: head/devel/libglade2/Makefile
 ==============================================================================
 --- head/devel/libglade2/Makefile	Mon Apr  1 11:58:39 2013	(r315651)
 +++ head/devel/libglade2/Makefile	Mon Apr  1 14:46:13 2013	(r315652)
 @@ -39,7 +39,7 @@ OPTIONS_DEFAULT=PYTHON
  
  .include <bsd.port.options.mk>
  
 -.if ${PORT_OPTIONS:MPYTHON
 +.if ${PORT_OPTIONS:MPYTHON}
  
  USE_PYTHON=	yes
  PLIST_SUB+=	PYTHON=""
 _______________________________________________
 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?201304011450.r31Eo1Zm077942>