diff options
Diffstat (limited to 'benchmarks/polygraph/Makefile')
-rw-r--r-- | benchmarks/polygraph/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/polygraph/Makefile b/benchmarks/polygraph/Makefile index 881458b5ca5c..2eb7c1a8ea46 100644 --- a/benchmarks/polygraph/Makefile +++ b/benchmarks/polygraph/Makefile @@ -21,4 +21,6 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -Wno-deprecated" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +CONFLICTS= ltrace-0* + .include <bsd.port.mk> |