diff options
Diffstat (limited to 'astro/gpsdrive/Makefile')
-rw-r--r-- | astro/gpsdrive/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 0bad2b3b5cb0..79e3ac8bfe60 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpsdrive PORTVERSION= 1.31 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://gpsdrive.kraftvoll.at/ \ http://gpsdrive.dotdeguy.de/ \ @@ -19,8 +20,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/} MAINTAINER= molter@gufi.org COMMENT= A GPS navigation system -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +USE_GETOPT_LONG=yes USE_PERL5= yes USE_GMAKE= yes USE_GNOME= gdkpixbuf |