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 | da659ff83ad325ba559c7a9709aa8cad9f3076e6 (diff) | |
download | ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.tar.gz ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.zip |
Notes
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 |