diff options
-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 |