summaryrefslogtreecommitdiffstats
path: root/databases/dbh10/Makefile
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-07-30 18:48:41 +0000
committerkrion <krion@FreeBSD.org>2003-07-30 18:48:41 +0000
commit9b8f7671eddbd3e005d03a94071b584e0ff67e88 (patch)
tree444a30d1e8dfc693108ff5be37b054bb1ebd30ae /databases/dbh10/Makefile
parent8542c436d655987058b34a61ed63922e4ffcdb38 (diff)
downloadFreeBSD-ports-9b8f7671eddbd3e005d03a94071b584e0ff67e88.zip
FreeBSD-ports-9b8f7671eddbd3e005d03a94071b584e0ff67e88.tar.gz
* Do not install useless .la file
* Utilize USE_GNOME PR: 55053 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'databases/dbh10/Makefile')
-rw-r--r--databases/dbh10/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile
index 1c9bdc9..3b00f9b 100644
--- a/databases/dbh10/Makefile
+++ b/databases/dbh10/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>
OpenPOWER on IntegriCloud