diff options
author | lofi <lofi@FreeBSD.org> | 2005-01-11 06:04:32 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-01-11 06:04:32 +0800 |
commit | f5c9798d5bc1b93f3f17203c588c628e70a47a6d (patch) | |
tree | 02cf5f96970220515641c3ba3e3136ad16e05aac /graphics/lphoto | |
parent | acd5a23a5d4bdb9e9996548889f6c5c888656243 (diff) | |
download | freebsd-ports-gnome-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.tar.gz freebsd-ports-gnome-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.tar.zst freebsd-ports-gnome-f5c9798d5bc1b93f3f17203c588c628e70a47a6d.zip |
Don't restrict ports depending on py-qt to python 2.3 anymore.
Diffstat (limited to 'graphics/lphoto')
-rw-r--r-- | graphics/lphoto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile index be255e0f7d1b..ddbadbb5a1ab 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -7,7 +7,7 @@ PORTNAME= lphoto PORTVERSION= 1.0.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/ DISTNAME= ${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1 @@ -21,7 +21,7 @@ RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ kdepyuic:${PORTSDIR}/x11-toolkits/py-kde USE_REINPLACE= yes -USE_PYTHON= 2.3 +USE_PYTHON= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |