diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 11:24:25 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 11:24:25 +0800 |
commit | a27fdf9372fd0d31791ea63212645a84b6ac606c (patch) | |
tree | 905b7ec9e332d1693b063f53dd046fc5251d0e42 /net/ppxp | |
parent | efe2d48ac2337b1c034140645884517fa9f41d0d (diff) | |
download | freebsd-ports-gnome-a27fdf9372fd0d31791ea63212645a84b6ac606c.tar.gz freebsd-ports-gnome-a27fdf9372fd0d31791ea63212645a84b6ac606c.tar.zst freebsd-ports-gnome-a27fdf9372fd0d31791ea63212645a84b6ac606c.zip |
Add category changes missed with ports/22495.
PR: 25280
Submitted by: maintainer
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 |