diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2012-01-22 15:42:43 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2012-01-22 15:42:43 +0000 |
commit | ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea (patch) | |
tree | da327d73c642a8bef7bb5620929d19e674341c73 /databases/db43 | |
parent | 688fdbc2d0c32fa3e3bd975e8f52ddcce7355879 (diff) | |
download | ports-ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea.tar.gz ports-ce5e2fc7df47975f28ce317f33e2fa0bf0ba62ea.zip |
Notes
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: |