diff options
Diffstat (limited to 'devel/argobots/Makefile')
-rw-r--r-- | devel/argobots/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/argobots/Makefile b/devel/argobots/Makefile index a5cc7b8f72bb..acd42843fb9e 100644 --- a/devel/argobots/Makefile +++ b/devel/argobots/Makefile @@ -10,7 +10,7 @@ WWW= https://www.argobots.org/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT -BUILD_DEPENDS= ${LOCALBASE}/bin/grep:textproc/gnugrep # workaround for https://github.com/pmodels/argobots/issues/375 +BUILD_DEPENDS= ggrep:textproc/gnugrep # workaround for https://github.com/pmodels/argobots/issues/375 USES= autoreconf gmake libtool USE_LDCONFIG= yes @@ -22,7 +22,7 @@ GH_ACCOUNT= pmodels INSTALL_TARGET= install-strip -BINARY_ALIAS= grep=${LOCALBASE}/bin/grep # for https://github.com/pmodels/argobots/issues/375 +BINARY_ALIAS= grep=ggrep # for https://github.com/pmodels/argobots/issues/375 PLIST_FILES= include/abt.h \ lib/libabt.a \ |