diff options
author | seb <seb@pkgsrc.org> | 2003-07-03 15:33:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-03 15:33:04 +0000 |
commit | 3c58e326c09a881e5d3c95a82a924416532156ab (patch) | |
tree | 68ef677c28d949f5d1c0dbe95ebe9191d8a74039 /graphics/gnuplot/Makefile | |
parent | 4e28e7452a7673b90fab340b33c6d04914a13c58 (diff) | |
download | pkgsrc-3c58e326c09a881e5d3c95a82a924416532156ab.tar.gz |
Fix CONFLICTS.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index ef8e62c10f8..38cd285c33a 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2003/07/03 14:14:03 seb Exp $ +# $NetBSD: Makefile,v 1.23 2003/07/03 15:33:04 seb Exp $ # DISTNAME= gnuplot-3.7.3 @@ -13,7 +13,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sourceforge.net/projects/gnuplot/ COMMENT= gnuplot is a nice plotting utility -CONFLICTS+= ${DISTNAME:C/-[0-9].*//} +CONFLICTS+= gnuplot-nox11-[0-9]* GNU_CONFIGURE= YES USE_BUILDLINK2= YES |