diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:08:32 +0000 |
commit | 816f539eb092cad9eccd93acee8dbccaa88299d6 (patch) | |
tree | 3dce2240f5e668b5fbdef885ec9c7311674ebe82 /databases/mdbtools | |
parent | b8081a458c31cfc1067c86b20606ab6fce8af668 (diff) | |
download | ports-816f539eb092cad9eccd93acee8dbccaa88299d6.tar.gz ports-816f539eb092cad9eccd93acee8dbccaa88299d6.zip |
Notes
Diffstat (limited to 'databases/mdbtools')
-rw-r--r-- | databases/mdbtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index b10228b65413..85c050a73c59 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -13,10 +13,9 @@ COMMENT= Utilities and libraries to export data from MS Access databases (.mdb) # To build man-pages BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk -USES= bison +USES= bison pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= glib20 -USE_PKGCONFIG= build WANT_GNOME= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |