diff options
-rw-r--r-- | lang/v8/Makefile | 2 | ||||
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile index 3ea8ebea7240..51f85fb3577d 100644 --- a/lang/v8/Makefile +++ b/lang/v8/Makefile @@ -52,7 +52,7 @@ USE_LDCONFIG= yes USE_GNOME= glib20 # new release every minutes -PORTSCOUT= ignore +PORTSCOUT= ignore:1 # egrep "build.git|buildtools.git|clang.git|common.git|googletest.git|icu.git|zlib.git" ${WRKSRC}/DEPS BUILD_HASH= 38a49c12ded01dd8c4628b432cb7eebfb29e77f1 diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 4379a79c5230..4b2f83dd34c0 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -45,7 +45,7 @@ CPPFLAGS+= -I${WRKSRC}/lib -I${LOCALBASE}/include # -D_EXT2_USE_C_VERSIONS MAKE_ARGS+= pkgconfigdir='${PREFIX}/libdata/pkgconfig' MAKE_ENV+= CHECK_CMD=@true -PORTSCOUT= ignore # cannot handle the version in the directory +PORTSCOUT= ignore:1 # cannot handle the version in the directory .if !defined(MASTERDIR) INSTALL_TARGET= install install-libs |