diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-29 15:20:29 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-29 15:20:29 +0000 |
commit | 0125ef7944cca1f71aeb2c813945634668c8c8f4 (patch) | |
tree | 97f3ab4d23ab486bdcadf0f6ac29d689cde814b3 /astro | |
parent | d6de8a52e342f458f4a5834b70f2f761f3d20ec1 (diff) | |
download | ports-0125ef7944cca1f71aeb2c813945634668c8c8f4.tar.gz ports-0125ef7944cca1f71aeb2c813945634668c8c8f4.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/viking/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 14977740cf8e..eb86ec520454 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -4,10 +4,10 @@ PORTNAME= viking PORTVERSION= 1.3.2.1 CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.2/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= nemysis@gmx.ch -COMMENT= Program to manage GPS data (tracks, waypoints, etc) +COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2 # (or later) @@ -22,13 +22,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ xcb:${PORTSDIR}/x11/libxcb RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_ICONV= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender USE_GNOME= gnomedocutils gtk20 -USE_ICONV= yes USE_PERL5_RUN= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes MAKE_JOBS_SAFE= yes @@ -40,8 +40,8 @@ PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= GEOTAG GPSD OPTIONS_DEFAULT= GEOTAG -GEOTAG_DESC= Enable Geotag support -GPSD_DESC= Enable realtime GPS tracking +GEOTAG_DESC= Geotag support +GPSD_DESC= Realtime GPS tracking .include <bsd.port.options.mk> |