diff options
author | danfe <danfe@FreeBSD.org> | 2005-07-01 14:22:05 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-07-01 14:22:05 +0800 |
commit | 9dd47031c86d285f7bb2edd94442d3cc321dda30 (patch) | |
tree | 6858184919f8a4fe9fa17acb797810eaadb76f8a | |
parent | a11f8af0e2bd2b47c22a04629c77639f323c706d (diff) | |
download | freebsd-ports-graphics-9dd47031c86d285f7bb2edd94442d3cc321dda30.tar.gz freebsd-ports-graphics-9dd47031c86d285f7bb2edd94442d3cc321dda30.tar.zst freebsd-ports-graphics-9dd47031c86d285f7bb2edd94442d3cc321dda30.zip |
- Python is not required to build, only to run
- Adjust pkg-descr slightly
-rw-r--r-- | deskutils/cycle/Makefile | 2 | ||||
-rw-r--r-- | deskutils/cycle/pkg-descr | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/cycle/Makefile b/deskutils/cycle/Makefile index 6e548c1cb22..06daa815c3b 100644 --- a/deskutils/cycle/Makefile +++ b/deskutils/cycle/Makefile @@ -17,7 +17,7 @@ COMMENT= A calendar program for women RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx-2.6-gtk2-ansi/wxPython/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython26 USE_BZIP2= yes -USE_PYTHON= yes +USE_PYTHON_RUN= yes USE_REINPLACE= yes NO_BUILD= yes diff --git a/deskutils/cycle/pkg-descr b/deskutils/cycle/pkg-descr index e43323029db..5c63f5ace6a 100644 --- a/deskutils/cycle/pkg-descr +++ b/deskutils/cycle/pkg-descr @@ -1,15 +1,15 @@ Cycle is a calendar for women. Given a cycle length or statistics for several periods, it can calculate the days until menstruation, the days of -"safe" sex, the fertile period, the days to ovulation, and define the date -of date of birth of a child. It allows the user to write notes and helps to -supervise the reception of hormonal contraceptive tablets. Main features: +"safe" sex, the fertile period, the days of ovulation, and define the date +of birth of a child. It allows the user to write notes and helps to +supervise the reception of hormonal contraceptive pills. Main features: - Calculate days of menstruation, based on the length of the cycle or on statistics of previous periods - - Calculate days of "safe" sex, fertile period and day to ovulation + - Calculate days of "safe" sex, fertile period, and days of ovulation - Definition of D.o.B. (Date of Birth) of a child - Allows to write notes - - Helps to supervise reception of hormonal contraceptive tablets + - Helps to supervise reception of hormonal contraceptive pills - Multiple users allowed, data is protected by a password for every user NOTE: This program is not a reliable contraceptive method. It neither does |