diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-30 03:10:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-30 03:10:41 +0000 |
commit | 3d6e3829f4bfbc81cc418df1779a9270ef3ea35c (patch) | |
tree | e9a0a0538f6f35c3a3f37346977d65e0ba9e0f80 /astro | |
parent | f89ced56a94be8a784ecd76c24f97b2cccfad089 (diff) | |
download | ports-3d6e3829f4bfbc81cc418df1779a9270ef3ea35c.tar.gz ports-3d6e3829f4bfbc81cc418df1779a9270ef3ea35c.zip |
Fix dependency: libglut.3. -> glut.3
Noticed by: PointyHat Construction Company
Notes
Notes:
svn path=/head/; revision=125499
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} |