diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-12-24 02:51:55 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-12-24 02:51:55 +0800 |
commit | 88b72af04e604c2d39e9ed5dbcd4a35ac439afbc (patch) | |
tree | d541a0a56f0961aba29a03d4fb6e12bfacc99e19 /misc | |
parent | a2fc5b0c707e5035a87d941143e5f498a767620e (diff) | |
download | freebsd-ports-gnome-88b72af04e604c2d39e9ed5dbcd4a35ac439afbc.tar.gz freebsd-ports-gnome-88b72af04e604c2d39e9ed5dbcd4a35ac439afbc.tar.zst freebsd-ports-gnome-88b72af04e604c2d39e9ed5dbcd4a35ac439afbc.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> |