diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 09:15:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 09:15:20 +0800 |
commit | a826473842bde50f6681b490a9f3160a21371613 (patch) | |
tree | 4f0c4b4206e69537be195d51aa2a26f486b60e75 /astro/marble | |
parent | 90a8cf62e29af5caeeee544e2fa90de711f8e3c0 (diff) | |
download | freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.tar.gz freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.tar.zst freebsd-ports-gnome-a826473842bde50f6681b490a9f3160a21371613.zip |
Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
Diffstat (limited to 'astro/marble')
-rw-r--r-- | astro/marble/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 1b369229c5d6..b3c259eaa127 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -13,12 +13,11 @@ COMMENT= Virtual globe and world atlas for KDE CONFLICTS= kdeedu-4.4.[0-4] USE_KDE4= kdehier kdelibs kdeprefix automoc4 sharedmime -USES= cmake:outsource +USES= cmake:outsource gmake USE_QT4= corelib dbus declarative designer_build gui network phonon \ qtestlib script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_XZ= yes -USE_GMAKE= yes USE_LDCONFIG= yes MAKE_ENV= XDG_CONFIG_HOME=/dev/null CMAKE_ARGS= -DMOBILE:BOOL=FALSE |