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 | 7cd01d6a7c487f720149e809b2d3eb3684515f68 (patch) | |
tree | 2289aa9644e3677c23bdb5b3beb8c83893ff887a /converters/uulib | |
parent | 88e5c745a9fd774ab536446699073ab07c26bf60 (diff) | |
download | pkgsrc-7cd01d6a7c487f720149e809b2d3eb3684515f68.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 'converters/uulib')
-rw-r--r-- | converters/uulib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index cabdb6c7df3..a74317ee587 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/03/04 21:29:07 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2006/06/04 16:26:53 joerg Exp $ # DISTNAME= uudeview-0.5.20 @@ -11,9 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/ COMMENT= Library for uu/xx/Base64/BinHex de-/encoding -# "kdesupport-2.1b" included "uu" library. -CONFLICTS+= kdesupport-2.1b - GNU_CONFIGURE= yes CONFIGURE_DIRS= uulib BUILD_DIRS= uulib |