diff options
author | edwin <edwin@FreeBSD.org> | 2004-12-30 11:10:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-12-30 11:10:41 +0800 |
commit | cc920f62b81d41baa04e07b72d96439dc2784584 (patch) | |
tree | c90ee970453ba40aa3f48b4aa1b568819415449d /astro | |
parent | 771e146b3509394f9d32846e1ba944ae69029982 (diff) | |
download | freebsd-ports-gnome-cc920f62b81d41baa04e07b72d96439dc2784584.tar.gz freebsd-ports-gnome-cc920f62b81d41baa04e07b72d96439dc2784584.tar.zst freebsd-ports-gnome-cc920f62b81d41baa04e07b72d96439dc2784584.zip |
Fix dependency: libglut.3. -> glut.3
Noticed by: PointyHat Construction Company
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 0cebb62e7fd8..33d1a41dfb4d 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -17,7 +17,7 @@ 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 \ - libglut.3:${PORTSDIR}/graphics/libglut + glut.3:${PORTSDIR}/graphics/libglut GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |