diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 14:23:16 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 14:23:16 +0800 |
commit | 872caff346b88cf3598e71610082514fbc7b0fc2 (patch) | |
tree | 39cfdf1b915487db953b98745fcf5105f6b96bc0 | |
parent | cffcc78d58243db416aa96f5c3d8cc825a8cf8f8 (diff) | |
download | freebsd-ports-gnome-872caff346b88cf3598e71610082514fbc7b0fc2.tar.gz freebsd-ports-gnome-872caff346b88cf3598e71610082514fbc7b0fc2.tar.zst freebsd-ports-gnome-872caff346b88cf3598e71610082514fbc7b0fc2.zip |
fix man: math/plplot
PR: 52698
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | math/plplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |