diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-13 20:21:35 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-13 20:21:35 +0000 |
commit | 1c6d47cc7c1f9959cc03daabc990a434921099f1 (patch) | |
tree | fe61c028687d5d3fa4885e6d8f4e015769b3f349 /benchmarks/polygraph/Makefile | |
parent | 29cce3da56880ed2ada079c7039741518cd2231b (diff) | |
download | ports-1c6d47cc7c1f9959cc03daabc990a434921099f1.tar.gz ports-1c6d47cc7c1f9959cc03daabc990a434921099f1.zip |
Notes
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> |