diff options
author | tijl <tijl@FreeBSD.org> | 2014-02-20 21:39:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-02-20 21:39:05 +0800 |
commit | 13bdebf606789a3c2c5665427adc17965e0a75be (patch) | |
tree | a6bbff7dc4fce6e5b9bd4abec1fdc2005ddca0e2 /astro | |
parent | ebb4f60d7e2a14544d70209d61e81d00f0f926ca (diff) | |
download | freebsd-ports-gnome-13bdebf606789a3c2c5665427adc17965e0a75be.tar.gz freebsd-ports-gnome-13bdebf606789a3c2c5665427adc17965e0a75be.tar.zst freebsd-ports-gnome-13bdebf606789a3c2c5665427adc17965e0a75be.zip |
Add USES=iconv so libc iconv is used on FreeBSD 10 even if libiconv is
installed.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xplanet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 3ab2e32ee911..6d608441eb2b 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -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 textured by an image NO_STAGE= yes GNU_CONFIGURE= yes +USES= iconv USE_XORG= xt xscrnsaver USE_GNOME= # CONFIGURE_ARGS= --with-map-extension=jpg |