diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /sysutils/pib | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'sysutils/pib')
-rw-r--r-- | sysutils/pib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pib/Makefile b/sysutils/pib/Makefile index 76a1570..2ce79bf 100644 --- a/sysutils/pib/Makefile +++ b/sysutils/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 |