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