- Fix compilation issue.

PR:		ports/162336
Submitted by:	Olivier Cochard-Labbe <olivier _AT_ cochard.me> (maintainer)
This commit is contained in:
Philippe Audeoud 2011-11-07 07:58:42 +00:00
parent c659c8a506
commit d1288b3526
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285228
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= wbarconf
PORTVERSION= 0.7.2.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.ihku.biz/wbarconf/
DISTNAME= wbarconf-${PORTVERSION}
@ -16,12 +17,13 @@ COMMENT= Configuration GUI for wbar
RUN_DEPENDS= wbar:${PORTSDIR}/x11/wbar
USE_GNOME= pygtk2
USE_GNOME= pygobject pygtk2 gtk20
USE_PYTHON= 2.5+
USE_GETTEXT= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PORTDOCS= README COPYING
USE_GETTEXT= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

View File

@ -0,0 +1,8 @@
--- wbarconf.orig 2010-10-20 17:27:09.000000000 +0200
+++ wbarconf 2011-11-04 15:31:00.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
# coding= UTF-8
#
# wbar configuration gui v0.7.2.1