diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-09-01 14:59:08 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-09-01 14:59:08 +0000 |
| commit | 61dfcdd81dc2f4e50560bca6456bb7fb3785ee35 (patch) | |
| tree | 01243aae1bb164576398f3019c68676e2397ff3b /databases/libiodbc/Makefile | |
| parent | - Cosmetic fix (diff) | |
Update databases/libiodbc to 3.52.12
While doing so, make qa.sh happy by adding some GTK2-deps.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7728
Diffstat (limited to 'databases/libiodbc/Makefile')
| -rw-r--r-- | databases/libiodbc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile index 776f10d7300e..53a304c4e831 100644 --- a/databases/libiodbc/Makefile +++ b/databases/libiodbc/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libiodbc -PORTVERSION= 3.52.9 -PORTREVISION= 1 +PORTVERSION= 3.52.12 CATEGORIES= databases MASTER_SITES= SF/iodbc/iodbc/${PORTVERSION} @@ -26,7 +25,11 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= GTK2 DOCS EXAMPLES OPTIONS_SUB= yes -GTK2_USE= GNOME=gtk20 +GTK2_USE= GNOME=cairo,gdkpixbuf2,gtk20 +GTK2_USES= gettext-runtime +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + GTK2_CONFIGURE_ENABLE= gui post-patch: |
