diff options
Diffstat (limited to 'databases/db43')
-rw-r--r-- | databases/db43/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/db43/Makefile b/databases/db43/Makefile index 48c5d167c295..185ba99a9066 100644 --- a/databases/db43/Makefile +++ b/databases/db43/Makefile @@ -41,8 +41,6 @@ pre-patch: ${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g; s,/usr/bin/objformat \|\| echo aout,/usr/bin/objformat || echo elf,' ${WRKSRC}/${CONFIGURE_SCRIPT} pre-configure: - @${REINPLACE_CMD} -e 's|freebsd1\*)|freebsd1\.\*)|' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} ${CHMOD} u+w ${WRKSRC}/../dist/configure post-configure: |