diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:48:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-30 18:48:41 +0000 |
commit | 1e09d66b0ca701d25a7ab890ad2c7acea4614853 (patch) | |
tree | 42a9f696b3c2c1f10405342998711ae59095c155 /databases/dbh/Makefile | |
parent | Do not try and access memory after it's been free'd. This fixes a bus (diff) |
* Do not install useless .la file
* Utilize USE_GNOME
PR: 55053
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85932
Diffstat (limited to 'databases/dbh/Makefile')
-rw-r--r-- | databases/dbh/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index 1c9bdc9f9b3f..3b00f9bd7be5 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -8,6 +8,7 @@ PORTNAME= dbh PORTVERSION= 1.0.14 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,17 +18,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables -BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig - -USE_REINPLACE= yes +USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes -post-patch: - @${REINPLACE_CMD} -e \ - 's|libdir[)]/pkgconfig|prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/src/Makefile.in - .include <bsd.port.mk> |