diff options
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r-- | databases/glom/Makefile | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 906fcf51f..fa57ac3cc 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: glom -# Date created: 24 April, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/databases/glom/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= glom PORTVERSION= 1.20.6 @@ -17,21 +13,21 @@ COMMENT= GNOME database designer and user interface BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql -LIB_DEPENDS= gdamm-5.0.13:${PORTSDIR}/databases/libgdamm5 \ - boost_python.4:${PORTSDIR}/devel/boost-python-libs \ - gtksourceviewmm-3.0.0:${PORTSDIR}/x11-toolkits/gtksourceviewmm3 \ - epc-1.0.3:${PORTSDIR}/www/libepc \ - goocanvasmm-2.0.6:${PORTSDIR}/graphics/goocanvasmm2 \ - evview3.3:${PORTSDIR}/graphics/evince3 +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 \ + 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-postgres-5.0.pc:${PORTSDIR}/databases/libgda5-postgresql USE_XZ= yes USE_PYTHON= yes GNU_CONFIGURE= yes -USE_GETTEXT= yes +USES= gettext pathfix pkgconfig shared-mime-info USE_GMAKE= yes -USE_GNOME= gnomedocutils gnomehack gnomeprefix intltool pygobject3 libxml2 +USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 USE_LDCONFIG= yes USE_PGSQL= yes INSTALLS_OMF= yes @@ -62,7 +58,4 @@ post-patch: ${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/dialog_group_by.cc \ ${WRKSRC}/glom/main.cc -post-install: - @-update-mime-database ${PREFIX}/share/mime - .include <bsd.port.mk> |