ports/177545: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Mon Apr 1 14:50:01 UTC 2013


The following reply was made to PR ports/177545; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-gnome mailing list