diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:00:30 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-25 18:00:30 +0000 |
commit | 75550d0920584f86e4a0607419803e080dff3ecc (patch) | |
tree | b9fc115bcf260ccd8e5c1dda185ee9f6f9c5777c /ports-mgmt/pib | |
parent | 60230b7ef3d3f74af27ea08cd2656b9c049d47f9 (diff) | |
download | ports-75550d0920584f86e4a0607419803e080dff3ecc.tar.gz ports-75550d0920584f86e4a0607419803e080dff3ecc.zip |
Notes
Diffstat (limited to 'ports-mgmt/pib')
-rw-r--r-- | ports-mgmt/pib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index 480f60817b4a..028d0c77b540 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -7,13 +7,13 @@ # DISTNAME= pib-1.1 -CATEGORIES= sysutils tk80 +CATEGORIES= sysutils tk82 MASTER_SITES= http://www.freebsd.org/~msmith/pib/ MAINTAINER= msmith@freebsd.org -BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 +BUILD_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 do-install: ${MKDIR} ${PREFIX}/lib/pib |