diff options
author | krion <krion@FreeBSD.org> | 2004-04-18 03:20:31 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-18 03:20:31 +0800 |
commit | df15c3886f6df8566ef483c4a2c6d034d9cf4661 (patch) | |
tree | 2b4aa89ceb84ccbb67729a37f8310cd630098588 /astro/celestia/Makefile | |
parent | e3d3bc6ba97542ca02cf0670cb357ace0bd7a839 (diff) | |
download | freebsd-ports-gnome-df15c3886f6df8566ef483c4a2c6d034d9cf4661.tar.gz freebsd-ports-gnome-df15c3886f6df8566ef483c4a2c6d034d9cf4661.tar.zst freebsd-ports-gnome-df15c3886f6df8566ef483c4a2c6d034d9cf4661.zip |
- Fix configure warning
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Diffstat (limited to 'astro/celestia/Makefile')
-rw-r--r-- | astro/celestia/Makefile | 1 |
1 files changed, 1 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 |