diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
commit | 9210b7cb0736d3caf5bffb4efd46c7cd6856af55 (patch) | |
tree | 9b67a2278866d18f2877c41baaa49e17e7c00bdc /astro | |
parent | Fixed Build in 4.2 (diff) |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
Notes
Notes:
svn path=/head/; revision=56168
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fooseti/Makefile | 2 | ||||
-rw-r--r-- | astro/seti_applet/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 39cfb9623475..b535342abe7f 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/ MAINTAINER= petef@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes USE_GTK= yes diff --git a/astro/seti_applet/Makefile b/astro/seti_applet/Makefile index 77e20eec183d..7782d4b56058 100644 --- a/astro/seti_applet/Makefile +++ b/astro/seti_applet/Makefile @@ -17,7 +17,7 @@ MAINTAINER= cyrille.lefevre@laposte.net # LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ - intl.1:${PORTSDIR}/devel/gettext + intl.1:${PORTSDIR}/devel/gettext-old RUN_DEPENDS= ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome USE_X_PREFIX= yes diff --git a/astro/spacechart/Makefile b/astro/spacechart/Makefile index 1a0bd59fa073..1be7dda041e5 100644 --- a/astro/spacechart/Makefile +++ b/astro/spacechart/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes GNU_CONFIGURE= yes |