ports/177545: devel/libglade2: [PATCH] fix makefile typo

John Marino draco at marino.st
Mon Apr 1 13:50:01 UTC 2013


>Number:         177545
>Category:       ports
>Synopsis:       devel/libglade2: [PATCH] fix makefile typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 01 13:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
There was an error made while converting to optionsNG.
See attached patch to fix typo.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-03-19 10:40:22.000000000 +0000
+++ Makefile
@@ -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=""


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list