diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /ports-mgmt/pib | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
Diffstat (limited to 'ports-mgmt/pib')
-rw-r--r-- | ports-mgmt/pib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index 76a1570a0452..2ce79bf6ed33 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -3,7 +3,7 @@ # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # -# $Id: Makefile,v 1.6 1998/02/02 14:37:16 vanilla Exp $ +# $Id: Makefile,v 1.7 1998/02/21 22:38:05 fenner Exp $ # DISTNAME= pib-1.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://gsoft.com.au/pub/pib/ MAINTAINER= msmith@freebsd.org -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 do-install: ${MKDIR} ${PREFIX}/lib/pib |