diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-09 04:55:58 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-09 04:55:58 +0000 |
commit | 0edb6def94af1a509202de135152b75bf2e37eff (patch) | |
tree | ee7dc88583ca14448a1174a425e9a00c8fbe4cf0 /math/testu01 | |
parent | 67ec3bd0a233818c4be8c4c1d1829fbd4081e3de (diff) |
Notes
Diffstat (limited to 'math/testu01')
-rw-r--r-- | math/testu01/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/testu01/Makefile b/math/testu01/Makefile index f20a23f492f5..e95e52f5ab5b 100644 --- a/math/testu01/Makefile +++ b/math/testu01/Makefile @@ -29,6 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes CFLAGS+= -fPIC PLIST_SUB= PORTNAME="${PORTNAME}" +CONFLICTS= emboss-[0-9]* post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure |