summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
authorseb <seb>2003-07-03 18:47:58 +0000
committerseb <seb>2003-07-03 18:47:58 +0000
commit426ff8cc897892f484f5c028350e727981e4feae (patch)
tree3738115dca827eef019a2f64143402b4a1c10e1b /graphics/plotutils/Makefile
parentfc321991fb16ec411a6ee5cd6984b46bbe92711a (diff)
downloadpkgsrc-426ff8cc897892f484f5c028350e727981e4feae.tar.gz
Convert to USE_NEW_TEXINFO.
While here fix CONFLICTS.
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index c8ad4f828fe..82e54ab6066 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/06/07 17:39:24 jschauma Exp $
+# $NetBSD: Makefile,v 1.26 2003/07/03 18:47:58 seb Exp $
#
DISTNAME= plotutils-2.4.1
@@ -10,12 +10,15 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
COMMENT= Programs and library for plotting scientific data
-CONFLICTS+= ${DISTNAME:C/-[0-9].*/-nox11/}
+CONFLICTS+= plotutils-nox11-[0-9]*
USE_BUILDLINK2= YES
USE_GCC_SHLIB= YES
USE_X11= YES
+USE_NEW_TEXINFO= YES
+INFO_FILES= plotutils.info
+
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-libplotter
@@ -23,5 +26,4 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
.include "../../graphics/png/buildlink2.mk"
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"