diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fooseti/Makefile | 2 | ||||
-rw-r--r-- | astro/match/Makefile | 2 | ||||
-rw-r--r-- | astro/xtide/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index 65f804a68add..d109291c1d38 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend to SETI@Home GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/fooseti USE_GETTEXT= yes USE_GNOME= gtk12 diff --git a/astro/match/Makefile b/astro/match/Makefile index e463de4a66fb..1e109a25a856 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program for matching star lists GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/apply_match bin/match bin/project_coords diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index 973211d2483e..078d5fd9ae30 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |