From c40fe0c28ac6c6c171ff1d32dbabb2f757114ef1 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Tue, 8 Apr 2025 19:10:37 +0200 Subject: [PATCH] math/planarity: re-add pkgconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason it had been lost in my previous commit… --- math/planarity/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/planarity/Makefile b/math/planarity/Makefile index 02d127715ef8..fb45b5ab332c 100644 --- a/math/planarity/Makefile +++ b/math/planarity/Makefile @@ -14,7 +14,7 @@ USE_GITHUB= yes GH_ACCOUNT= graph-algorithms GH_PROJECT= edge-addition-planarity-suite -USES= autoreconf libtool +USES= autoreconf libtool pkgconfig GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share