diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/jday/Makefile | 1 | ||||
-rw-r--r-- | astro/libgal/Makefile | 1 | ||||
-rw-r--r-- | astro/match/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile index 169510ef8f6d..a60532f59bdf 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -17,7 +17,6 @@ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= jday.1 diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile index 1e4dafa8a49a..d4b1e794a73c 100644 --- a/astro/libgal/Makefile +++ b/astro/libgal/Makefile @@ -16,7 +16,6 @@ MAINTAINER= db@FreeBSD.org COMMENT= General Astrodynamics Library GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes USE_LDCONFIG= yes diff --git a/astro/match/Makefile b/astro/match/Makefile index 1e109a25a856..024d1463ffcf 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A program for matching star lists GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/apply_match bin/match bin/project_coords |