diff options
-rw-r--r-- | graphics/pgraf/Makefile | 4 | ||||
-rw-r--r-- | security/pgp5/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/graphics/pgraf/Makefile b/graphics/pgraf/Makefile index 8111aed5fc0..7df43d83ed6 100644 --- a/graphics/pgraf/Makefile +++ b/graphics/pgraf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/11 21:49:15 jtb Exp $ DISTNAME= pgraf-20010131 CATEGORIES= graphics @@ -10,6 +10,8 @@ COMMENT= Portable graphics system NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_X11= YES +CONFLICTS= pgp5-* # Both have a `pgps' executable + post-install: ${INSTALL_DATA} ${WRKSRC}/include/pgraf.h ${PREFIX}/include ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pgraf diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index d5828115560..bdd4730d2d9 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/03/27 03:20:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2001/04/11 21:49:16 jtb Exp $ # DISTNAME= pgp50i-unix-src @@ -20,6 +20,8 @@ COMMENT= New, international, Public-Key encryption and digital signature utility BUILD_DEPENDS= perl-5.*:../../lang/perl5 +CONFLICTS= pgraf-* # Both have a `pgps' executable + CRYPTO= YES GNU_CONFIGURE= YES USE_RSAREF2= NO |