diff options
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 |