diff options
author | markd <markd@pkgsrc.org> | 2004-04-19 14:07:36 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-04-19 14:07:36 +0000 |
commit | 11b2f1c3c63b4567b994d01e71fb5c75e4041208 (patch) | |
tree | 987e7c4e681163ef5d2a8af17e4e07bff69037be /comms | |
parent | 9f1a631e95cc84af0ea39bf974d800e27dc340bf (diff) | |
download | pkgsrc-11b2f1c3c63b4567b994d01e71fb5c75e4041208.tar.gz |
Add conflict with libmal.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/malsync/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index d87b85ecbe3..11bb21aa0ef 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/04/12 01:52:55 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/19 14:07:36 markd Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src @@ -11,6 +11,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.tomw.org/malsync/ COMMENT= Utility to synchronize Palm Pilots to the AvantGo.com service +CONFLICTS+= libmal-[0-9]* + WRKSRC= ${WRKDIR}/malsync USE_BUILDLINK3= YES USE_GNU_TOOLS+= make |