diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:24:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:24:25 +0000 |
commit | 206c2580e5a6e3d8b99e95c03270a10ee485bb6d (patch) | |
tree | 20948aaf5e7f39ba7b3bafc5840efc5b73b66e0b /net/ppxp | |
parent | 7307f39707a5c477dff31e36d829a224e7683f20 (diff) | |
download | ports-206c2580e5a6e3d8b99e95c03270a10ee485bb6d.tar.gz ports-206c2580e5a6e3d8b99e95c03270a10ee485bb6d.zip |
Notes
Diffstat (limited to 'net/ppxp')
-rw-r--r-- | net/ppxp/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 81f91f265c89..98894e5dc86f 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -9,7 +9,11 @@ PORTNAME= ppxp PORTVERSION= 0.99120923 -CATEGORIES+= net tk82 +.if defined(WITH_TCLJP) +CATEGORIES+= net tk80 +.else +CATEGORIES+= net tk83 +.endif MASTER_SITES= http://www.dsl.gr.jp/~manabe/PPxP/packages/ \ http://www.linet.gr.jp/~manabe/PPxP/packages/ \ http://www.dsl.ics.tut.ac.jp/~manabe/PPxP/packages/ @@ -43,11 +47,11 @@ CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ --with-tcl-config=${PREFIX}/lib/tcl8.0jp/tclConfig.sh \ --with-tk-config=${PREFIX}/lib/tk8.0jp/tkConfig.sh .else -CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.2 \ - --with-wish=${PREFIX}/bin/wish8.2 \ - --with-tcl-includes=${PREFIX}/include/tcl8.2 \ - --with-tcl-config=${PREFIX}/lib/tcl8.2/tclConfig.sh \ - --with-tk-config=${PREFIX}/lib/tk8.2/tkConfig.sh +CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.3 \ + --with-wish=${PREFIX}/bin/wish8.3 \ + --with-tcl-includes=${PREFIX}/include/tcl8.3 \ + --with-tcl-config=${PREFIX}/lib/tcl8.3/tclConfig.sh \ + --with-tk-config=${PREFIX}/lib/tk8.3/tkConfig.sh .endif MAN1= PPxP.1 plast.1 MAN5= ppxp-files.5 |