diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-11 15:01:00 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-11 15:01:00 +0800 |
commit | fa4c645293bad1511ae9b704179a8e3642f179da (patch) | |
tree | 26d460318a587b610697a5fa7c3c262f7566bac0 /editors | |
parent | 26df44201f193b7a968da485a1604c2d6be15d61 (diff) | |
download | freebsd-ports-gnome-fa4c645293bad1511ae9b704179a8e3642f179da.tar.gz freebsd-ports-gnome-fa4c645293bad1511ae9b704179a8e3642f179da.tar.zst freebsd-ports-gnome-fa4c645293bad1511ae9b704179a8e3642f179da.zip |
Use python15 as a dependency.
Submitted by: bento
Diffstat (limited to 'editors')
-rw-r--r-- | editors/glimmer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/glimmer/Makefile b/editors/glimmer/Makefile index 8fe2db92fcaa..918f98afcc3f 100644 --- a/editors/glimmer/Makefile +++ b/editors/glimmer/Makefile @@ -13,10 +13,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= python:${PORTSDIR}/lang/python +BUILD_DEPENDS= python:${PORTSDIR}/lang/python15 LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \ - python:${PORTSDIR}/lang/python + python:${PORTSDIR}/lang/python15 USE_X_PREFIX= yes USE_LIBTOOL= yes |