diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fooseti/Makefile | 2 | ||||
-rw-r--r-- | astro/gpsdrive/Makefile | 2 | ||||
-rw-r--r-- | astro/spacechart/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index c6bc0ab4b95f..b48045e8919f 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -15,7 +15,7 @@ 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 +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes USE_GNOME= gtk12 diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index c7688773a9b6..de4f5564b49c 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -20,7 +20,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/pre/} MAINTAINER= molter@gufi.org COMMENT= A GPS navigation system -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre USE_GETOPT_LONG=yes diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index 0180c5048c62..79410107f58c 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -15,7 +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 +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes USE_REINPLACE= yes |