pkgsrc-WIP-changes archive

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

biolibc: Eliminate gmake and realpath deps



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jun 10 15:10:26 2021 -0500
Changeset:	f505dc4d775679d34e97e8964a44537858ee3563

Modified Files:
	biolibc/Makefile

Log Message:
biolibc: Eliminate gmake and realpath deps

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

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

diffstat:
 biolibc/Makefile | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/biolibc/Makefile b/biolibc/Makefile
index 58a9ec497b..265ca63209 100644
--- a/biolibc/Makefile
+++ b/biolibc/Makefile
@@ -10,20 +10,17 @@ HOMEPAGE=	https://github.com/auerlab/biolibc
 COMMENT=	Low-level high-performance bioinformatics library
 LICENSE=	2-clause-bsd
 
-INSTALL_TARGET=	install-strip
-
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == Darwin
-# For $(shell realpath ...).  != doesn't work in Apple's gmake.
-USE_TOOLS=	gmake
-BUILD_DEPENDS=	realpath>0:../../wip/realpath
 BUILD_TARGET=	apple
 INSTALL_TARGET=	apple-install
 .else
 INSTALL_TARGET=	install-strip
 .endif
 
+MAKE_ENV+=	DYLIB_PATH=${PREFIX}/lib
+
 pre-build:
 	cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend
 


Home | Main Index | Thread Index | Old Index