diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:20:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:20:31 +0000 |
commit | b8864c4e1e80db96082cf746f43b359afaa16a5e (patch) | |
tree | a042410ba7f41583106712eb38c9ed390ecd544a /astro/jday | |
parent | Update lang/ruby16 to the latest snapshot as of 2004-04-16, which (diff) |
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Notes
Notes:
svn path=/head/; revision=107370
Diffstat (limited to 'astro/jday')
-rw-r--r-- | astro/jday/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/jday/Makefile b/astro/jday/Makefile index c1ef3be840c2..ff70061a3250 100644 --- a/astro/jday/Makefile +++ b/astro/jday/Makefile @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Astronomical julian date calculator GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= jday.1 |