summaryrefslogtreecommitdiffstats
path: root/databases/glom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r--databases/glom/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile
index 235202b50..02c833a62 100644
--- a/databases/glom/Makefile
+++ b/databases/glom/Makefile
@@ -23,11 +23,9 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co
${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= desktop-file-utils gettext gmake pathfix pkgconfig \
- shared-mime-info
+ python shared-mime-info tar:xz
USE_GNOME= gnomedocutils gnomeprefix intltool pygobject3 libxml2 \
gtksourceviewmm3 libgdamm5
USE_LDCONFIG= yes
@@ -35,6 +33,7 @@ USE_PGSQL= yes
INSTALLS_OMF= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin \
--disable-documentation
INSTALLS_ICONS= yes
@@ -60,8 +59,4 @@ post-patch:
${WRKSRC}/glom/mode_design/layout/layout_item_dialogs/dialog_group_by.cc \
${WRKSRC}/glom/main.cc
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.*
- @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so
-
.include <bsd.port.mk>