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 | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) | |
download | ports-186b8ba82fdd761aee89704395c52ac809bc7026.tar.gz ports-186b8ba82fdd761aee89704395c52ac809bc7026.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fooseti/Makefile | 5 | ||||
-rw-r--r-- | astro/gpsdrive/Makefile | 3 | ||||
-rw-r--r-- | astro/spacechart/Makefile | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index b48045e8919f..a5486c0c748b 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -7,7 +7,7 @@ PORTNAME= fooseti PORTVERSION= 0.6.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= astro # mastersite disappeared February 2003 MASTER_SITES= # http://www-personal.engin.umich.edu/~agorski/fooseti/ @@ -15,9 +15,8 @@ MASTER_SITES= # http://www-personal.engin.umich.edu/~agorski/fooseti/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend to SETI@Home -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - GNU_CONFIGURE= yes +USE_GETTEXT= yes USE_GNOME= gtk12 .include <bsd.port.mk> 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 diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index 79410107f58c..738ce24c3259 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -7,7 +7,7 @@ PORTNAME= spacechart PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,8 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org COMMENT= SpaceChart is a star chart viewer for GNOME -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - +USE_GETTEXT= yes USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |