diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-28 23:55:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-28 23:55:51 +0800 |
commit | ec24c522ab4d0930d7654e527b2e7b7eabc997b6 (patch) | |
tree | af71e0eb7d66a63d0e0b1096bed4125d3572ba5b /astro/celestia-gnome | |
parent | 911573a4a5d75a5fba2e5443af84ca66963dafdc (diff) | |
download | freebsd-ports-gnome-ec24c522ab4d0930d7654e527b2e7b7eabc997b6.tar.gz freebsd-ports-gnome-ec24c522ab4d0930d7654e527b2e7b7eabc997b6.tar.zst freebsd-ports-gnome-ec24c522ab4d0930d7654e527b2e7b7eabc997b6.zip |
Convert celestia ports to stage
While here add a couple of patches obtain from the fedora project to fix
compilation with modern compilers and allows to build with lua 5.2
Switch lua to lua 5.2 version
Use desktop file provided by upstream instead of the version provided in
the ports (the upstream version is more complete)
Switch to USES=libtool
Now that overlinking is not happening anymore fix the glut version not
linking properly because it lacks an explicit link to libGL.
Diffstat (limited to 'astro/celestia-gnome')
-rw-r--r-- | astro/celestia-gnome/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/celestia-gnome/Makefile b/astro/celestia-gnome/Makefile index 8d9dda1056b2..cc3b82f4a1fd 100644 --- a/astro/celestia-gnome/Makefile +++ b/astro/celestia-gnome/Makefile @@ -3,6 +3,5 @@ CELESTIA_UI= gnome MASTERDIR= ${.CURDIR}/../celestia -NO_STAGE= yes .include "${MASTERDIR}/Makefile" |