aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-08-18 17:02:39 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-08-18 17:34:14 +0000
commit8c1db7498cf8f19ee45093fc28112955d50547b9 (patch)
treec1916e4b4c3d045a0504008c3c11e0a1030b412d
parentbdb933b4223ee1ec70a278e2a51b89fb3d3e918d (diff)
downloadports-8c1db7498cf8f19ee45093fc28112955d50547b9.tar.gz
ports-8c1db7498cf8f19ee45093fc28112955d50547b9.zip
security/lasso: Add gmake and pathfix to USES
Without gmake lasso randomly fails to build using Poudriere While at it add pathfix to fix install path of pc file PR: 273119 Approved by: bofh (via private email) Sponsored by: Blinkinblox
-rw-r--r--security/lasso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile
index 59f7b2fa8a3e..39623543b04f 100644
--- a/security/lasso/Makefile
+++ b/security/lasso/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libltdl.so:devel/libltdl \
libxmlsec1-openssl.so:security/xmlsec1
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= cpe gnome libtool pkgconfig python ssl
+USES= cpe gmake gnome libtool pathfix pkgconfig python ssl
CPE_VENDOR= entrouvert
USE_GNOME= glib20 libxml2 libxslt
USE_LDCONFIG= yes