1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Don't be clever about what Python version Zope needs; depend on the Zope to

get the always correct Python version via infrastructure. The extra
  dependency on Zope is not a problem, IMHO, as the sole purpose of this port
  is to depend on same Python version as Zope depends; thus the port is only
  going to be used as a dependency for Zope ports.

With hat:	portmgr
This commit is contained in:
Pav Lucistnik 2007-08-01 22:24:03 +00:00
parent cb67a7e469
commit dc8f27e3b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196921

View File

@ -5,6 +5,7 @@
# $FreeBSD$
#
PORTREVISION= 1
PKGNAMESUFFIX= -zope
COMMENT= Python JapaneseCodecs works fine with Zope
MASTERDIR= ${.CURDIR}/../../japanese/pycodec
@ -12,6 +13,6 @@ PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
PKGMESSAGE= ${MASTERDIR}/pkg-message
PYTHON_VERSION= python2.3
USE_ZOPE= yes
.include "${MASTERDIR}/Makefile"