diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 78da40aa98fcf6cb07ce5586fa21a0ebbf344900 (patch) | |
tree | 137406de20fa3d6cc8b974ee1cecac3ea2105c30 /astro | |
parent | b6d2dde3b5f30ac582771ce6f232d0b08b60b648 (diff) | |
download | ports-78da40aa98fcf6cb07ce5586fa21a0ebbf344900.tar.gz ports-78da40aa98fcf6cb07ce5586fa21a0ebbf344900.zip |
Now gettext 0.12.1 is gettext-old.
Notes
Notes:
svn path=/head/; revision=98909
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 |