diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-08-09 15:44:27 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-08-09 15:44:27 +0000 |
commit | 900db324a35a535534c39fc88ba374e4fe6c8d29 (patch) | |
tree | b3bd70d2aa9673b13c4a53db11582d39b1e33eb7 /editors/gedit | |
parent | ead56eb20ceb8747918e7d8421f12e588d78bb03 (diff) |
Notes
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 12d47a32eea4..1c349d8d1236 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -32,21 +32,14 @@ PLIST_SUB= VERSION="2.20" GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtksourceview -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif +OPTIONS_DEFINE= PYTHON +OPTIONS_SUB= yes + +PYTHON_CONFIGURE_ENABLE=python +PYTHON_USE= GNOME=pygtksourceview post-patch: ${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \ ${WRKSRC}/gedit/smclient/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk> |