Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 08:22:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405118 - head/x11-toolkits/py-fltk
Message-ID:  <201601030822.u038McQC013564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sun Jan  3 08:22:38 2016
New Revision: 405118
URL: https://svnweb.freebsd.org/changeset/ports/405118

Log:
  - Remove unneeded comment from last commit
  
  Spotted by:	miwi@(thanks !)

Modified:
  head/x11-toolkits/py-fltk/Makefile

Modified: head/x11-toolkits/py-fltk/Makefile
==============================================================================
--- head/x11-toolkits/py-fltk/Makefile	Sun Jan  3 08:05:05 2016	(r405117)
+++ head/x11-toolkits/py-fltk/Makefile	Sun Jan  3 08:22:38 2016	(r405118)
@@ -30,9 +30,9 @@ WRKSRC=		${WRKDIR}/pyFltk-${PORTVERSION}
 
 .include <bsd.port.options.mk>
 
-#.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 USE_GCC=	yes
-#.endif
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|/usr/X11R6|${LOCALBASE}|g;s|package_data.*},||g;s|sunos5|dragonfly4', 'freebsd8', 'freebsd9', 'freebsd10', 'freebsd11|g" ${WRKSRC}/setup.py



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601030822.u038McQC013564>