diff options
author | tron <tron@pkgsrc.org> | 2001-03-01 21:40:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-01 21:40:20 +0000 |
commit | 40550e2c792b105a4fd8014216eaf8a5f7e12f1a (patch) | |
tree | eaa05cfe4f8a7348ab0f498b011eef2a83773a57 /comms | |
parent | 67d7050944fbc8613c0a4368cc0e86b43a76b1d9 (diff) | |
download | pkgsrc-40550e2c792b105a4fd8014216eaf8a5f7e12f1a.tar.gz |
Add conflict with "jpilot-libplugin" package.
Diffstat (limited to 'comms')
-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 |