diff --git a/app-text/libqxp/libqxp-0.0.1.recipe b/app-text/libqxp/libqxp-0.0.1.recipe index 0770c75f4..f3d10af92 100644 --- a/app-text/libqxp/libqxp-0.0.1.recipe +++ b/app-text/libqxp/libqxp-0.0.1.recipe @@ -5,7 +5,7 @@ documents. Currently it only understands documents created by QuarkXPress \ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libqxp" COPYRIGHT="2017-2018 David Tardon, Aleksas Pantechovski" LICENSE="MPL v2.0" -REVISION="1" +REVISION="2" SOURCE_URI="http://dev-www.libreoffice.org/src/libqxp/libqxp-$portVersion.tar.xz" CHECKSUM_SHA256="8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73" @@ -34,7 +34,6 @@ REQUIRES=" haiku$secondaryArchSuffix icu$secondaryArchSuffix lib:libboost_system$secondaryArchSuffix - lib:libcppunit$secondaryArchSuffix lib:librevenge_0.0$secondaryArchSuffix " @@ -84,3 +83,8 @@ INSTALL() packageEntries devel \ $developDir } + +TEST() +{ + make check +}