svn commit: r375361 - head/astro/xtide

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 23 22:47:40 UTC 2014


Author: bapt
Date: Tue Dec 23 22:47:39 2014
New Revision: 375361
URL: https://svnweb.freebsd.org/changeset/ports/375361
QAT: https://qat.redports.org/buildarchive/r375361/

Log:
  Fix build in 10+
  Remove useless CPPFLAGS

Modified:
  head/astro/xtide/Makefile

Modified: head/astro/xtide/Makefile
==============================================================================
--- head/astro/xtide/Makefile	Tue Dec 23 22:40:21 2014	(r375360)
+++ head/astro/xtide/Makefile	Tue Dec 23 22:47:39 2014	(r375361)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xtide
 PORTVERSION=	2.13.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	astro geography
 MASTER_SITES=	http://www.c-s.li/ports/ \
 		ftp://ftp.flaterco.com/xtide/
@@ -17,13 +17,12 @@ COMMENT=	Harmonic tide clock and tide pr
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
-USES=		gmake tar:bzip2
+USES=		gmake tar:bzip2 compiler:gcc-c++11-lib
 GNU_CONFIGURE=	yes
-USE_GCC=	yes
 
-CPPFLAGS+=	-I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations
+CPPFLAGS+=	-I../${TCD_DISTNAME}
 LDFLAGS+=	-L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib
 
 TCD_DISTNAME=	libtcd-2.2.5


More information about the svn-ports-head mailing list