diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-13 07:51:09 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-13 07:51:09 +0800 |
commit | 19c8d54db6452fb41adad0d8aab299788c6648ca (patch) | |
tree | 0e349d6fb83a3dff974d0e7ed081502ccd2cd0a3 /databases/libsdb/Makefile | |
parent | 11558e01593288df81caafc16291a81757f7c4f0 (diff) | |
download | freebsd-ports-gnome-19c8d54db6452fb41adad0d8aab299788c6648ca.tar.gz freebsd-ports-gnome-19c8d54db6452fb41adad0d8aab299788c6648ca.tar.zst freebsd-ports-gnome-19c8d54db6452fb41adad0d8aab299788c6648ca.zip |
Update to 0.6.1
PR: ports/86030
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br>
Diffstat (limited to 'databases/libsdb/Makefile')
-rw-r--r-- | databases/libsdb/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index 8ba744f32df9..2b40b461cc57 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libsdb -PORTVERSION= 0.5.5 +PORTVERSION= 0.6.1 CATEGORIES= databases MASTER_SITES= ftp://siag.nu/pub/libsdb/ \ http://siag.nu/pub/libsdb/ @@ -16,15 +16,11 @@ DISTNAME= sdb-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple database library -USE_GNOME= gnometarget lthack -USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +HAS_CONFIGURE= yes +MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}" 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> |