svn commit: r301150 - head/x11/tint

Doug Barton dougb at FreeBSD.org
Thu Jul 19 10:40:24 UTC 2012


Author: dougb
Date: Thu Jul 19 10:40:23 2012
New Revision: 301150
URL: http://svn.freebsd.org/changeset/ports/301150

Log:
  tintwizard.py requires pygtk2
  
  PR:		ports/169989
  Submitted by:	Yanhui Shen <shen.elf at gmail.com>

Modified:
  head/x11/tint/Makefile

Modified: head/x11/tint/Makefile
==============================================================================
--- head/x11/tint/Makefile	Thu Jul 19 10:21:46 2012	(r301149)
+++ head/x11/tint/Makefile	Thu Jul 19 10:40:23 2012	(r301150)
@@ -41,7 +41,7 @@ PORTDOCS=	AUTHORS ChangeLog README
 
 .if !defined(WITHOUT_PYCONF)
 USE_PYTHON=	yes
-USE_GNOME=	gtk20
+USE_GNOME=	gtk20 pygtk2
 CMAKE_ARGS+=	-DENABLE_TINT2CONF:BOOL=ON
 PLIST_FILES+=	bin/tint2conf bin/tintwizard.py \
 		share/applications/tint2conf.desktop \



More information about the svn-ports-all mailing list