diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:02:01 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:02:01 +0000 |
commit | b7cdacd1734ee37cb94a9963556ad73416d50e18 (patch) | |
tree | df2c032468427dc0c7b66d3bb125b511416bc590 /databases | |
parent | Add an explicit dependency on pkgconf (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326071
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pecl-mdbtools/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile index 15dbe4ac5a57..3523aaa0b0c5 100644 --- a/databases/pecl-mdbtools/Makefile +++ b/databases/pecl-mdbtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecl-mdbtools -# Date created: 22 December 2007 -# Whom: Ditesh Shashikant Gathani <ditesh@gathani.org> -# +# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> # $FreeBSD$ -# PORTNAME= mdbtools PORTVERSION= 1.0.0 @@ -19,6 +15,7 @@ COMMENT= A PECL extension for the mdbtools library LICENSE= LGPL21 +USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes |