diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-09 19:40:08 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-09 19:40:08 +0800 |
commit | a831b9340018513ceabd30fcc66012e66a07ad87 (patch) | |
tree | cc2cbe0dc75baeaedaf1fbd7bbf62b8c6d3fa918 | |
parent | bcf9eedae5a39a1eafc9b627a2fb3e1413489e55 (diff) | |
download | freebsd-ports-gnome-a831b9340018513ceabd30fcc66012e66a07ad87.tar.gz freebsd-ports-gnome-a831b9340018513ceabd30fcc66012e66a07ad87.tar.zst freebsd-ports-gnome-a831b9340018513ceabd30fcc66012e66a07ad87.zip |
Switch to an out-of-source CMake build.
There should be no changes to the produced package.
-rw-r--r-- | x11-toolkits/attica/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/attica/Makefile b/x11-toolkits/attica/Makefile index 3552d43040c7..f4ae21d20bb6 100644 --- a/x11-toolkits/attica/Makefile +++ b/x11-toolkits/attica/Makefile @@ -13,7 +13,7 @@ COMMENT= Open Collaboration Services API library USE_QT4= network qtestlib_build xml \ moc_build qmake_build rcc_build uic_build USE_LDCONFIG= yes -USES= cmake tar:bzip2 +USES= cmake:outsource tar:bzip2 CMAKE_ARGS= -DATTICA_ENABLE_TESTS:BOOL=OFF \ -DQT4_BUILD:BOOL=ON |