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/fooseti | |
parent | da659ff83ad325ba559c7a9709aa8cad9f3076e6 (diff) | |
download | ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.tar.gz ports-b8864c4e1e80db96082cf746f43b359afaa16a5e.zip |
- 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/fooseti')
-rw-r--r-- | astro/fooseti/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |