aboutsummaryrefslogtreecommitdiff
path: root/devel/dee
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-02-07 19:43:56 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-02-07 19:43:56 +0000
commit71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8 (patch)
tree9e818b5d09f2e948238e96c1a5ae1e8212983272 /devel/dee
parentbca3635bdcc45f8ac6cd82e879aa2679870f2975 (diff)
downloadports-71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8.tar.gz
ports-71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8.zip
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.
To use the GNOME or MATE components activate it by adding gnome or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for example GLIB_SCHEMAS has stayed the same. Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk is now forbidden. And adapt ports that where still doing that. Exp-runs done by: antoine@ PR: 205432 Reviewed by: antoine@, mat@ Approved by: portmgr (antoine@) Differential Revision: https://reviews.freebsd.org/D3653
Notes
Notes: svn path=/head/; revision=408449
Diffstat (limited to 'devel/dee')
-rw-r--r--devel/dee/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/dee/Makefile b/devel/dee/Makefile
index e81b010b8992..f796d7b5117b 100644
--- a/devel/dee/Makefile
+++ b/devel/dee/Makefile
@@ -16,9 +16,9 @@ LICENSE= GPLv3
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS= libicutu.so:${PORTSDIR}/devel/icu
-USES= gmake libtool pkgconfig pathfix python
+USES= gmake libtool pkgconfig pathfix python:2
GNU_CONFIGURE= yes
-USE_GNOME= glib20 introspection:build
+USE_GNOME= glib20 introspection:build pygobject3
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc-html \
@@ -29,15 +29,7 @@ CONFIGURE_ARGS= --disable-gtk-doc-html \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 3000
-USE_GNOME+= py3gobject3
-.else
-USE_GNOME+= pygobject3
-.endif
-
post-patch:
${REINPLACE_CMD} -e 's| -Wempty-body||' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>