summaryrefslogtreecommitdiff
path: root/databases/firebird-client
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 08:14:16 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-06-18 08:14:16 +0000
commitfb633e312691dade5664886c3a94db6b8297a4eb (patch)
treeec452667b0cf228ea6c3d2ff9a45dab92debd67c /databases/firebird-client
parentupdate MASTER_SITES (diff)
Link to correct crypt lib on -current.
PR: 26154 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Notes
Notes: svn path=/head/; revision=44160
Diffstat (limited to 'databases/firebird-client')
-rw-r--r--databases/firebird-client/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile
index 02cbff7bc2e9..28a23455f090 100644
--- a/databases/firebird-client/Makefile
+++ b/databases/firebird-client/Makefile
@@ -23,6 +23,8 @@ LDCONFIG_DIRS= %%PREFIX%%/firebird/lib
ONLY_FOR_ARCHS= i386
+.include <bsd.port.pre.mk>
+
do-extract:
@${MKDIR} ${WRKDIR}
@( \
@@ -31,6 +33,11 @@ do-extract:
${CP} msgs/msg.gbak misc/msg.gbak \
)
+.if ${OSVERSION} >= 500016
+post-patch:
+ ${PERL} -pi -e 's,\-ldescrypt,\-lcrypt,g' ${WRKSRC}/builds/original/prefix.freebsd
+.endif
+
do-configure:
@( \
cd ${WRKDIR}/interbase; \
@@ -60,4 +67,4 @@ do-install:
${CP} ${FILESDIR}/RELNOTES ${PREFIX}/firebird/ \
)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>