diff options
author | rm <rm@FreeBSD.org> | 2012-07-31 15:07:36 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-07-31 15:07:36 +0800 |
commit | a1da55047ae8fecd9ac21041a789a6143e115530 (patch) | |
tree | 2f33fc6adcb8961bac660e87ea4498503549b373 /textproc/archmage | |
parent | d79ed9f7450e13ab352333e3826822ad7bef2c0d (diff) | |
download | freebsd-ports-gnome-a1da55047ae8fecd9ac21041a789a6143e115530.tar.gz freebsd-ports-gnome-a1da55047ae8fecd9ac21041a789a6143e115530.tar.zst freebsd-ports-gnome-a1da55047ae8fecd9ac21041a789a6143e115530.zip |
- add LATEST_LINK for py-beautifulsoup32
- fix dependency name and bump PORTREVISION for dependend ports
Reported by: pointyhat (erwin)
Diffstat (limited to 'textproc/archmage')
-rw-r--r-- | textproc/archmage/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/archmage/Makefile b/textproc/archmage/Makefile index 9ad2d4e97b04..bbfb57b2a17f 100644 --- a/textproc/archmage/Makefile +++ b/textproc/archmage/Makefile @@ -7,6 +7,7 @@ PORTNAME= archmage PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= SF @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Extensible reader/decompiler of files in CHM format RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm \ - ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup + ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 NO_BUILD= yes USE_BZIP2= yes |