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/imgseek | |
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/imgseek')
-rw-r--r-- | graphics/imgseek/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile index e8111eb2eb67..472280735265 100644 --- a/graphics/imgseek/Makefile +++ b/graphics/imgseek/Makefile @@ -7,6 +7,7 @@ PORTNAME= imgSeek PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= imgseek @@ -20,7 +21,7 @@ BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \ USE_CONFIGURE= no USE_PYDISTUTILS= yes -USE_PYTHON= 2.3 +USE_PYTHON= yes USE_BZIP2= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PYTHON_SITELIBDIR}/imgSeekLib |