diff options
Diffstat (limited to 'databases/dbh/Makefile')
-rw-r--r-- | databases/dbh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index e4a7bf12d4da..5732cc9ad3dd 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -8,6 +8,7 @@ PORTNAME= dbh PORTVERSION= 1.0.24 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables USE_GNOME= gnomehack gnometarget pkgconfig -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> |