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 /deskutils/zorro | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | freebsd-ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'deskutils/zorro')
-rw-r--r-- | deskutils/zorro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/zorro/Makefile b/deskutils/zorro/Makefile index fb792dadd503..3693da8bf432 100644 --- a/deskutils/zorro/Makefile +++ b/deskutils/zorro/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Aug 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.11 1998/03/20 14:35:30 tg Exp $ +# $Id: Makefile,v 1.12 1998/08/07 22:17:55 asami Exp $ # DISTNAME= zorro-1.1p8 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 NO_BUILD= yes |