diff options
author | krion <krion@FreeBSD.org> | 2004-11-14 17:27:26 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-14 17:27:26 +0800 |
commit | 18e40ddde583421a7a54529aef1c3555880d25c1 (patch) | |
tree | f35a298b759a516cb3e6a60fc6a6cce575d8b2fd /databases/dbh/Makefile | |
parent | 70c8543f9faefb9a2586aa9235677ce8628a7689 (diff) | |
download | freebsd-ports-gnome-18e40ddde583421a7a54529aef1c3555880d25c1.tar.gz freebsd-ports-gnome-18e40ddde583421a7a54529aef1c3555880d25c1.tar.zst freebsd-ports-gnome-18e40ddde583421a7a54529aef1c3555880d25c1.zip |
Update to version 1.0.20
PR: ports/73900
Submitted by: Ports Fury
Diffstat (limited to 'databases/dbh/Makefile')
-rw-r--r-- | databases/dbh/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index 156ea451c0e0..51b26a777557 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -7,18 +7,16 @@ # PORTNAME= dbh -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.20 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables -USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= yes .include <bsd.port.mk> |