From 03a385a3d00cce2ec7b202777c00cebc73e4e8e6 Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Tue, 1 Jul 2003 06:23:16 +0000 Subject: fix man: math/plplot PR: 52698 Submitted by: KATO Tsuguru --- math/plplot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/plplot') diff --git a/math/plplot/Makefile b/math/plplot/Makefile index a79064a25e6e..8aa00e5b9b12 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= plplot PORTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -57,11 +58,11 @@ CONFIGURE_ENV+= ITKINCDIR="${LOCALBASE}/include/itk3.2" \ TCLINCDIR="${LOCALBASE}/include/tcl8.3" \ TCLPRIVATEINCDIR="${LOCALBASE}/include/tcl8.3/generic" \ TCLLIBDIR="${LOCALBASE}/lib" +MAN1+= plrender.1 plserver.1 pltcl.1 PLIST_SUB+= TCLTK="" .else CONFIGURE_ARGS+= --disable-itcl --disable-tcl --disable-tk PLIST_SUB+= TCLTK="@comment " -MAN1+= plrender.1 plserver.1 pltcl.1 .endif post-patch: -- cgit v1.2.3