diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /astro/gpsdrive | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'astro/gpsdrive')
-rw-r--r-- | astro/gpsdrive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index de4f5564b49c..af3612997610 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpsdrive PORTVERSION= 2.07.r7 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= http://gpsdrive.kraftvoll.at/ \ http://www.gpsdrive.cc/ \ @@ -20,10 +21,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/} MAINTAINER= molter@gufi.org COMMENT= A GPS navigation system -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GETOPT_LONG=yes +USE_GETTEXT= yes USE_PERL5= yes USE_GMAKE= yes USE_X_PREFIX= yes |