From 7a2ae5997ea5e98f7bf1bd7dec891b64a16aed74 Mon Sep 17 00:00:00 2001 From: sebastia Date: Wed, 11 Feb 2026 14:08:59 +0000 Subject: [PATCH] Add missing LIB_DEPENDS to x11/gnustep/renaissance as pointed out by sthen@ --- x11/gnustep/fisicalab/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11/gnustep/fisicalab/Makefile b/x11/gnustep/fisicalab/Makefile index 5cdd5d357c3..9026191746d 100644 --- a/x11/gnustep/fisicalab/Makefile +++ b/x11/gnustep/fisicalab/Makefile @@ -1,5 +1,6 @@ COMMENT= educational application to solve physics problems +REVISION = 0 VERSION = 0.4.0 DISTNAME = fisicalab-${VERSION} PKGNAME = fisicalab-${VERSION} @@ -10,9 +11,11 @@ SITES= ${SITE_GNU:=fisicalab/} #GPLv3 MODULES= x11/gnustep -WANTLIB = gsl gslcblas +WANTLIB = gsl gslcblas Renaissance WANTLIB += ${COMPILER_LIBCXX} -LIB_DEPENDS= devel/gsl + +LIB_DEPENDS= devel/gsl \ + x11/gnustep/renaissance CONFIGURE_STYLE = gnu