mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Use python15 as a dependency.
Submitted by: bento
This commit is contained in:
parent
39379b8120
commit
cfd1d42b4f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32505
2 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= sobomax@FreeBSD.org
|
MAINTAINER= sobomax@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python15
|
||||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
||||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
||||||
python:${PORTSDIR}/lang/python
|
python:${PORTSDIR}/lang/python15
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
|
|
|
@ -13,13 +13,13 @@ DISTNAME= sg-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= sobomax@FreeBSD.org
|
MAINTAINER= sobomax@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
|
BUILD_DEPENDS= python:${PORTSDIR}/lang/python15 \
|
||||||
${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
||||||
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
||||||
gtkextra.10:${PORTSDIR}/x11-toolkits/gtkextra \
|
gtkextra.10:${PORTSDIR}/x11-toolkits/gtkextra \
|
||||||
xml.5:${PORTSDIR}/textproc/libxml
|
xml.5:${PORTSDIR}/textproc/libxml
|
||||||
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
|
||||||
python:${PORTSDIR}/lang/python \
|
python:${PORTSDIR}/lang/python15 \
|
||||||
${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
${LOCALBASE}/include/python1.5/Numeric/arrayobject.h:${PORTSDIR}/math/numpy
|
||||||
|
|
||||||
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
||||||
|
|
Loading…
Add table
Reference in a new issue