diff options
author | lx <lx@FreeBSD.org> | 2007-04-29 08:50:06 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2007-04-29 08:50:06 +0800 |
commit | 6efbc30621789542e9031b2783703f94bb3c6b54 (patch) | |
tree | 12097cc37543e6b08e36fddb4875c0d1386a2832 /textproc | |
parent | 538369e4b48a0a2cf122ef831ba78817e3f0c020 (diff) | |
download | freebsd-ports-graphics-6efbc30621789542e9031b2783703f94bb3c6b54.tar.gz freebsd-ports-graphics-6efbc30621789542e9031b2783703f94bb3c6b54.tar.zst freebsd-ports-graphics-6efbc30621789542e9031b2783703f94bb3c6b54.zip |
Fix detection of scim library dependency.
Approved by: edwin (mentor)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/skim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index b87d3803579..f588434a9da 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= scim MAINTAINER= ports@FreeBSD.org COMMENT= An input method platform based on SCIM library and KDE/QT -LIB_DEPENDS= scim-1.0.9:${PORTSDIR}/textproc/scim +LIB_DEPENDS= scim-1.0:${PORTSDIR}/textproc/scim USE_KDELIBS_VER=3 USE_PYTHON= yes |