diff options
Diffstat (limited to 'databases/libdbi/Makefile')
-rw-r--r-- | databases/libdbi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index fd0c31d1e889..5c0d7254ac29 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -3,15 +3,14 @@ PORTNAME= libdbi PORTVERSION= 0.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= Database Independent Abstraction Layer for C -USES= pathfix -USE_AUTOTOOLS= libtool +USES= libtool pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes |