Properly use USE_PYTHON.
Submitted by: tg (a long time ago...sorry)
This commit is contained in:
parent
b71aa864eb
commit
0f1ffe7b1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35114
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@ MASTER_SITES= http://209.132.18.205/downloads/portfiles/
|
|||
MAINTAINER= murban@tznet.com
|
||||
|
||||
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
||||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_X_PREFIX= yes
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
MAN1= icepref.1
|
||||
FETCH_BEFORE_ARGS= -b
|
||||
|
|
Loading…
Reference in a new issue