diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-01 17:45:33 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-01 17:45:33 +0800 |
commit | 986a9e577c91855e87cdfe0ebd16ec6483f32a75 (patch) | |
tree | 57754aa9a22cdaa8725ef25011ea2eab7d8c10b9 /databases/glom/Makefile | |
parent | d4d33d5f89ec8776e6fef931974324973096d14e (diff) | |
download | marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.tar marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.tar.gz marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.tar.bz2 marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.tar.lz marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.tar.xz marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.tar.zst marcuscom-ports-986a9e577c91855e87cdfe0ebd16ec6483f32a75.zip |
Update to 1.24.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18407 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r-- | databases/glom/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index fa57ac3cc..03a3808a1 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/databases/glom/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= glom -PORTVERSION= 1.20.6 +PORTVERSION= 1.24.0 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -12,22 +12,24 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= GNOME database designer and user interface BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + libepc>=0.4.0:${PORTSDIR}/www/libepc \ + ${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql -LIB_DEPENDS= gdamm-5.0:${PORTSDIR}/databases/libgdamm5 \ - boost_python:${PORTSDIR}/devel/boost-python-libs \ - gtksourceviewmm-3.0:${PORTSDIR}/x11-toolkits/gtksourceviewmm3 \ - epc-1.0:${PORTSDIR}/www/libepc \ +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ + epc-1.0:${PORTSDIR}/www/libepc \ goocanvasmm-2.0:${PORTSDIR}/graphics/goocanvasmm2 \ evview3:${PORTSDIR}/graphics/evince3 RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ + ${LOCALBASE}/libdata/pkgconfig/libgda-mysql-5.0.pc:${PORTSDIR}/databases/libgda5-mysql \ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql USE_XZ= yes USE_PYTHON= yes GNU_CONFIGURE= yes -USES= gettext pathfix pkgconfig shared-mime-info +USES= gettext pathfix pkgconfig shared-mime-info desktop-file-utils USE_GMAKE= yes -USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 +USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \ + gtksourceviewmm3 libgdamm5 USE_LDCONFIG= yes USE_PGSQL= yes INSTALLS_OMF= yes @@ -39,8 +41,8 @@ INSTALLS_ICONS= yes .include <bsd.port.options.mk> -#PLIST_SUB+= VERSION=${PORTVERSION:R} -PLIST_SUB+= VERSION=1.20 +PLIST_SUB+= VERSION=${PORTVERSION:R} +#PLIST_SUB+= VERSION=1.24 # We need postgreSQL tools the server installs, and configure checks for these. # Note: USE_PGSQL has already been set above. |