diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-25 20:46:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-25 20:46:02 +0800 |
commit | 8afa29fe4fffab09843d3eb983b2ff78b35f083a (patch) | |
tree | 705f2e5e228242a0a87e1044510a3eb69028a29f /astro/celestia | |
parent | 533d9a0dbcd91aa4515f589f9b8f94f36649fc81 (diff) | |
download | freebsd-ports-gnome-8afa29fe4fffab09843d3eb983b2ff78b35f083a.tar.gz freebsd-ports-gnome-8afa29fe4fffab09843d3eb983b2ff78b35f083a.tar.zst freebsd-ports-gnome-8afa29fe4fffab09843d3eb983b2ff78b35f083a.zip |
add dependency on graphics/libglut
Diffstat (limited to 'astro/celestia')
-rw-r--r-- | astro/celestia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 3ea73b8717d7..0cebb62e7fd8 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -16,7 +16,8 @@ COMMENT= Scriptable space flight simulator for X BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png + png.5:${PORTSDIR}/graphics/png \ + libglut.3:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |