diff options
author | krion <krion@FreeBSD.org> | 2004-03-16 21:48:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-16 21:48:55 +0800 |
commit | 356e6d2ddbc8cf0b4cbb5a5eab8956e44e5ac854 (patch) | |
tree | 9ef6d29dca527e02f8158c1701430de23ecbf133 /databases/libsdb/Makefile | |
parent | 01ac8ceff98fc099f172ee9805a892d5b41d6c82 (diff) | |
download | freebsd-ports-gnome-356e6d2ddbc8cf0b4cbb5a5eab8956e44e5ac854.tar.gz freebsd-ports-gnome-356e6d2ddbc8cf0b4cbb5a5eab8956e44e5ac854.tar.zst freebsd-ports-gnome-356e6d2ddbc8cf0b4cbb5a5eab8956e44e5ac854.zip |
- Update to version 0.5.2
PR: ports/64331
Submitted by: Ports Fury
Diffstat (limited to 'databases/libsdb/Makefile')
-rw-r--r-- | databases/libsdb/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index 5ecefcced10f..92bec03bf480 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libsdb -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= databases MASTER_SITES= ftp://siag.nu/pub/libsdb/ \ http://siag.nu/pub/libsdb/ @@ -16,11 +16,15 @@ DISTNAME= sdb-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple database library -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnometarget lthack +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 MAN8= sdbd.8 +post-patch: + @${REINPLACE_CMD} -e \ + 's|= -lsdb|= $$(top_builddir)/libsdb.la|g' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> |