svn commit: r345227 - head/astro/xplanet

Tijl Coosemans tijl at FreeBSD.org
Thu Feb 20 13:39:06 UTC 2014


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


More information about the svn-ports-all mailing list