diff options
author | sbruno <sbruno@FreeBSD.org> | 2014-01-12 01:50:31 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2014-01-12 01:50:31 +0800 |
commit | b70f510cf4d860add201de3b78883168e1a61c4c (patch) | |
tree | e58cafefc9006f299f4bd4f219d6fd7bc4a2eb82 /audio | |
parent | 324c5236b888759ebda3ce7af2aba391da348ea0 (diff) | |
download | freebsd-ports-gnome-b70f510cf4d860add201de3b78883168e1a61c4c.tar.gz freebsd-ports-gnome-b70f510cf4d860add201de3b78883168e1a61c4c.tar.zst freebsd-ports-gnome-b70f510cf4d860add201de3b78883168e1a61c4c.zip |
NO_STAGE doesn't seem to make any difference in build failures reported
by users of this port. seems to pass make stage/orphans etc.
PR: ports/185597
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine-player/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index 817f172b3e12..ace3f264be19 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -28,7 +28,6 @@ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} PROJECTHOST= ${PORTNAME}${PKGNAMESUFFIX} USES= compiler:c++11-lib cmake pkgconfig -NO_STAGE= yes USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit \ |