pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

med: add missing dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Apr 7 00:55:12 2026 +0200
Changeset:	de684079ed8eb76fac3f0aa01213e8aafc1e8ba7

Modified Files:
	med/Makefile

Log Message:
med: add missing dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=de684079ed8eb76fac3f0aa01213e8aafc1e8ba7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 med/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/med/Makefile b/med/Makefile
index 27c4a69c97..a27c1637a5 100644
--- a/med/Makefile
+++ b/med/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	https://www.salome-platform.org/user-section/about/med
 COMMENT=	Modelisation et Echanges de Donnees
 LICENSE=	gnu-gpl-v3
 
+DEPENDS+=	tk-[0-9]*:../../x11/tk
+
 USE_LANGUAGES=		fortran c c++
 USE_TOOLS+=		gmake tar
 USE_LIBTOOL=		yes
@@ -31,9 +33,5 @@ REPLACE.wish.new=	${PREFIX}/bin/wish
 REPLACE_FILES.wish=	tools/mdump/xmdump2.in tools/mdump/xmdump3.in
 
 .include "../../wip/aster/Makefile.common"
-
-.include "../../mk/bsd.prefs.mk"
-
 .include "../../wip/hdf5_110/buildlink3.mk"
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index