diff options
author | demon <demon@FreeBSD.org> | 2002-01-03 11:14:17 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-01-03 11:14:17 +0000 |
commit | 315d63c319079ef3d3448f1ced364ed02109ae48 (patch) | |
tree | 10a45620dcd0526d4cce6ab784c73150bd8c43ed /deskutils/kdepim3 | |
parent | a15e68f45f46296f22f4b6e5d0a8345113209cd2 (diff) | |
download | FreeBSD-ports-315d63c319079ef3d3448f1ced364ed02109ae48.zip FreeBSD-ports-315d63c319079ef3d3448f1ced364ed02109ae48.tar.gz |
Correct LIB_DEPENDS.
Diffstat (limited to 'deskutils/kdepim3')
-rw-r--r-- | deskutils/kdepim3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/kdepim3/Makefile b/deskutils/kdepim3/Makefile index 5a6bfe3..226f3fb 100644 --- a/deskutils/kdepim3/Makefile +++ b/deskutils/kdepim3/Makefile @@ -17,7 +17,7 @@ MAINTAINER= kde@FreeBSD.org BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ automake14:${PORTSDIR}/devel/automake14 \ objprelink:${PORTSDIR}/devel/objprelink -LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link USE_KDELIBS_VER=2 USE_BISON= yes |