diff options
author | jtb <jtb> | 2001-04-11 21:49:15 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-11 21:49:15 +0000 |
commit | cec032a354603a7404e57d1ba0bb7fe9961c850c (patch) | |
tree | 2d3b11a39b7554cef39a8da36f451c7b5bc9ee7c /graphics/pgraf | |
parent | 4a3215a353dbe973db02ac588577b3881c17cf20 (diff) | |
download | pkgsrc-cec032a354603a7404e57d1ba0bb7fe9961c850c.tar.gz |
Add a conflict -- both packages have a `pgps' executable.
From Lex Wennmacher's pkgconflict results.
Diffstat (limited to 'graphics/pgraf')
-rw-r--r-- | graphics/pgraf/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |