Date: Tue, 23 Dec 2014 22:47:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375361 - head/astro/xtide Message-ID: <201412232247.sBNMle3m092571@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412232247.sBNMle3m092571>