diff options
author | tron <tron> | 2001-03-01 21:40:20 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-01 21:40:20 +0000 |
commit | 888936f772c6a325005505f6c6bee794ff7ae852 (patch) | |
tree | eaa05cfe4f8a7348ab0f498b011eef2a83773a57 | |
parent | 2c574e8a20e7cc16858ef9fc6dc169fe2aba988f (diff) | |
download | pkgsrc-888936f772c6a325005505f6c6bee794ff7ae852.tar.gz |
Add conflict with "jpilot-libplugin" package.
-rw-r--r-- | comms/jpilot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 92ad58c6942..bda9e39d8e9 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/01 20:38:14 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/01 21:40:20 tron Exp $ # DISTNAME= jpilot-0.99 @@ -14,6 +14,8 @@ BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+>=1.2.0:../../x11/gtk DEPENDS+= pilot-link>=0.9.3:../../comms/pilot-link +CONFLICTS+= jpilot-libplugin-* + GNU_CONFIGURE= # defined USE_LIBTOOL= # defined USE_X11= # defined |