diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-16 16:12:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-16 16:12:20 +0000 |
commit | 8aabb4abca2375e59c7f8511896b5fcf7df12cc2 (patch) | |
tree | 390629dbaba20f68da1c56862013981c9093357c /databases/libdbi/Makefile | |
parent | a3f7aafc780fbdb304b4ec43aaf6e1cc8a75d8e1 (diff) |
Notes
Diffstat (limited to 'databases/libdbi/Makefile')
-rw-r--r-- | databases/libdbi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile index 161383752f05..334ca7817383 100644 --- a/databases/libdbi/Makefile +++ b/databases/libdbi/Makefile @@ -3,12 +3,14 @@ PORTNAME= libdbi PORTVERSION= 0.9.0 +PORTREVISION= 1 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 GNU_CONFIGURE= yes USE_LDCONFIG= yes |