summaryrefslogtreecommitdiffstats
path: root/databases/glom/Makefile
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-20 16:57:46 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-20 16:57:46 +0800
commit10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch)
tree595cf7dd8ade4427eb68f1f7323566edce998a51 /databases/glom/Makefile
parent1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff)
downloadmarcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar
marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.gz
marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.bz2
marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.lz
marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.xz
marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.zst
marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.zip
Some ports were installing .la files without using
USES=libtool. Add USES=libtool to those and fix their pkg-plist accordingly. No depend port bumped because no lib changed its major version. There are still a few ports changing its major when adding libtool to USES, will update those and users soon. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r--databases/glom/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 02c833a62..f4eac6565 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -4,6 +4,7 @@
PORTNAME= glom
PORTVERSION= 1.24.0
+PORTREVISION= 1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -11,21 +12,21 @@ DIST_SUBDIR= gnome3
MAINTAINER= kwm@FreeBSD.org
COMMENT= GNOME database designer and user interface
-BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
+BUILD_DEPENDS= iso-codes>=0:${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
+ libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \
+ libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql
LIB_DEPENDS= libboost_python.so:${PORTSDIR}/devel/boost-python-libs \
libepc-1.0.so:${PORTSDIR}/www/libepc \
libgoocanvasmm-2.0.so:${PORTSDIR}/graphics/goocanvasmm2 \
libevview3.so:${PORTSDIR}/graphics/evince
-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
+RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \
+ libgda5-mysql>=0:${PORTSDIR}/databases/libgda5-mysql \
+ libgda5-postgresql>=0:${PORTSDIR}/databases/libgda5-postgresql
GNU_CONFIGURE= yes
-USES= desktop-file-utils gettext gmake pathfix pkgconfig \
- python shared-mime-info tar:xz
+USES= desktop-file-utils gettext gmake libtool pathfix \
+ pkgconfig python shared-mime-info tar:xz
USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \
gtksourceviewmm3 libgdamm5
USE_LDCONFIG= yes