diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-04 16:26:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-04 16:26:52 +0000 |
commit | 5fe074f21eddb86dbf038655fdd7bcb80373f0e0 (patch) | |
tree | 2289aa9644e3677c23bdb5b3beb8c83893ff887a /comms/pilot-link-libs | |
parent | 71e0f5df9e12f82c8e41905538672dfe54651eb7 (diff) | |
download | pkgsrc-5fe074f21eddb86dbf038655fdd7bcb80373f0e0.tar.gz |
Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
Diffstat (limited to 'comms/pilot-link-libs')
-rw-r--r-- | comms/pilot-link-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index 5112fb9935f..9277ede4baa 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:07 tv Exp $ +# $NetBSD: Makefile,v 1.16 2006/06/04 16:26:52 joerg Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= pilot-link-libs-${PILOT_LINK_VERS} PKGREVISION= 3 COMMENT= Libraries for talking to the 3Com Pilot PDA -CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3] +CONFLICTS+= pilot-link<0.9.5 MAKE_ENV+= PILIB="libsock/libpisock.la" |