diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-25 01:18:40 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-25 01:18:40 +0800 |
commit | d5cb658ff8279531cd61c2d6734a0241beab5b0a (patch) | |
tree | 23ed9d68fbe495a497ff66fd29c0e368cdb7ae7e /databases/libdbi-drivers/Makefile | |
parent | 3186301ab8f43f6218f66bde9b47c8f3c2c26c4a (diff) | |
download | freebsd-ports-gnome-d5cb658ff8279531cd61c2d6734a0241beab5b0a.tar.gz freebsd-ports-gnome-d5cb658ff8279531cd61c2d6734a0241beab5b0a.tar.zst freebsd-ports-gnome-d5cb658ff8279531cd61c2d6734a0241beab5b0a.zip |
Convert to USES=libtool.
Diffstat (limited to 'databases/libdbi-drivers/Makefile')
-rw-r--r-- | databases/libdbi-drivers/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile index 79e40ad019ff..a1af6d95bd6a 100644 --- a/databases/libdbi-drivers/Makefile +++ b/databases/libdbi-drivers/Makefile @@ -3,6 +3,7 @@ PORTNAME= libdbi-drivers DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= databases devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} @@ -11,8 +12,8 @@ COMMENT= Drivers for libdbi LIB_DEPENDS= libdbi.so:${PORTSDIR}/databases/libdbi -USE_GNOME= lthack -USE_AUTOTOOLS= libtool +USES= gmake libtool:keepla +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static \ --with-dbi-incdir=${LOCALBASE}/include/dbi DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION} @@ -33,8 +34,6 @@ SQLITE3_CONFIGURE_WITH= sqlite3 PLIST_SUB+= INGRES="@comment " PLIST_SUB+= ORACLE="@comment " -USES+= gmake - post-patch: @${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \ -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure |