diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 06:23:16 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-01 06:23:16 +0000 |
commit | 03a385a3d00cce2ec7b202777c00cebc73e4e8e6 (patch) | |
tree | 91b394d521c0a33ebd251016313380ff287ab957 /math/plplot | |
parent | 7464f336e31fd80c931c3eb1c4c62776e4e3f7f1 (diff) |
Notes
Diffstat (limited to 'math/plplot')
-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: |