diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-12-24 02:51:55 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-12-24 02:51:55 +0800 |
commit | fcaf5f1be4b550a0124b64997aa96945f256d490 (patch) | |
tree | d541a0a56f0961aba29a03d4fb6e12bfacc99e19 /misc | |
parent | ccbcf8ad8dc232add1856a54dd80478fcb580c2e (diff) | |
download | freebsd-ports-gnome-fcaf5f1be4b550a0124b64997aa96945f256d490.tar.gz freebsd-ports-gnome-fcaf5f1be4b550a0124b64997aa96945f256d490.tar.zst freebsd-ports-gnome-fcaf5f1be4b550a0124b64997aa96945f256d490.zip |
- Remove NO_STAGE
- Turns out cmake(1) has it all built in
Thanks to: bapt
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bibletime/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/bibletime/Makefile b/misc/bibletime/Makefile index 6f829f842428..b224c4516dc3 100644 --- a/misc/bibletime/Makefile +++ b/misc/bibletime/Makefile @@ -23,5 +23,4 @@ USE_QT4= corelib dbus gui iconengines network phonon qtestlib script \ svg webkit xml linguist_build moc_build qmake_build \ rcc_build uic_build -NO_STAGE= yes .include <bsd.port.mk> |