diff options
author | rm <rm@FreeBSD.org> | 2012-09-12 04:10:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-12 04:10:28 +0800 |
commit | 21ad7494c83c5692b07b7cf427648a9761e881c0 (patch) | |
tree | acf6449a19d8daf85bf8af00b531a2c6237b9397 /multimedia | |
parent | 96371bd568d69354251dce791f36b9a962750de4 (diff) | |
download | freebsd-ports-gnome-21ad7494c83c5692b07b7cf427648a9761e881c0.tar.gz freebsd-ports-gnome-21ad7494c83c5692b07b7cf427648a9761e881c0.tar.zst freebsd-ports-gnome-21ad7494c83c5692b07b7cf427648a9761e881c0.zip |
- correct py-beautifulsoup dependency. the current dependency will fail if
user already head www/py-beautifulsoup (4.x) installed, while the port
needs an exactly 3.2.x version.
- bump PORTREVISION because of dependency change
Approved by: portmgr (beat)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-periscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/py-periscope/Makefile b/multimedia/py-periscope/Makefile index c979e09d06b1..20851c4a331c 100644 --- a/multimedia/py-periscope/Makefile +++ b/multimedia/py-periscope/Makefile @@ -6,7 +6,7 @@ PORTNAME= periscope PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ COMMENT= Subtitles searching module LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup32 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 BUILD_DEPENDS:= ${RUN_DEPENDS} USE_GNOME= desktopfileutils |