diff options
Diffstat (limited to 'freebsd/dependencies/libart-lgpl/Makefile')
-rw-r--r-- | freebsd/dependencies/libart-lgpl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/dependencies/libart-lgpl/Makefile b/freebsd/dependencies/libart-lgpl/Makefile index 471637f45..cae077ed5 100644 --- a/freebsd/dependencies/libart-lgpl/Makefile +++ b/freebsd/dependencies/libart-lgpl/Makefile @@ -27,7 +27,7 @@ post-patch: tde-pathfix do-configure: tde-cmake-prepare ${TDE_CMAKE_CONFIGURE} \ -DCMAKE_INSTALL_PREFIX="${PREFIX}" \ - -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" + -DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \ -DBUILD_ALL="ON" \ -DWITH_ALL_OPTIONS="ON" |