diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-20 13:39:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-02-20 13:39:05 +0000 |
commit | b3984329e6032458f93bf32c681a31356dcc0904 (patch) | |
tree | a6bbff7dc4fce6e5b9bd4abec1fdc2005ddca0e2 /astro | |
parent | 052618efdb18468fb429351f01dc038c424d1ed1 (diff) | |
download | ports-b3984329e6032458f93bf32c681a31356dcc0904.tar.gz ports-b3984329e6032458f93bf32c681a31356dcc0904.zip |
Notes
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 |