svn commit: r336988 - branches/2014Q1/astro/xtide
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 20 08:08:19 UTC 2013
Author: bapt
Date: Fri Dec 20 08:08:19 2013
New Revision: 336988
URL: http://svnweb.freebsd.org/changeset/ports/336988
Log:
MFH: r336959
Unbreak xtide, it still requires GCC
Modified:
branches/2014Q1/astro/xtide/Makefile
Directory Properties:
branches/2014Q1/ (props changed)
Modified: branches/2014Q1/astro/xtide/Makefile
==============================================================================
--- branches/2014Q1/astro/xtide/Makefile Fri Dec 20 08:07:17 2013 (r336987)
+++ branches/2014Q1/astro/xtide/Makefile Fri Dec 20 08:08:19 2013 (r336988)
@@ -21,6 +21,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/gra
USE_BZIP2= yes
USES= gmake
GNU_CONFIGURE= yes
+USE_GCC= yes
CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations
LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list