Date: Thu, 20 Feb 2014 13:39:06 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345227 - head/astro/xplanet Message-ID: <201402201339.s1KDd6Ao069652@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Feb 20 13:39:05 2014 New Revision: 345227 URL: http://svnweb.freebsd.org/changeset/ports/345227 QAT: https://qat.redports.org/buildarchive/r345227/ Log: Add USES=iconv so libc iconv is used on FreeBSD 10 even if libiconv is installed. Modified: head/astro/xplanet/Makefile Modified: head/astro/xplanet/Makefile ============================================================================== --- head/astro/xplanet/Makefile Thu Feb 20 13:30:57 2014 (r345226) +++ head/astro/xplanet/Makefile Thu Feb 20 13:39:05 2014 (r345227) @@ -3,7 +3,7 @@ PORTNAME= xplanet PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= SF @@ -12,6 +12,7 @@ COMMENT= Draw pictures of the earth text NO_STAGE= yes GNU_CONFIGURE= yes +USES= iconv USE_XORG= xt xscrnsaver USE_GNOME= # CONFIGURE_ARGS= --with-map-extension=jpg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201339.s1KDd6Ao069652>