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 | |
parent | da659ff83ad325ba559c7a9709aa8cad9f3076e6 (diff) | |
download | ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.tar.gz ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 1 | ||||
-rw-r--r-- | astro/fooseti/Makefile | 1 | ||||
-rw-r--r-- | astro/jday/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 94ff44260784..2e7597ca611a 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} OPTIONS= KDE "KDE support" off OPTIONS+= LUA "Lua support" off PLIST= ${WRKDIR}/pkg-plist diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index d0b11eacdcf7..d109291c1d38 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ frontend to SETI@Home GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/fooseti USE_GETTEXT= yes USE_GNOME= gtk12 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 |