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 /lang/tclX80 | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'lang/tclX80')
-rw-r--r-- | lang/tclX80/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile index 133985f4b92d..9f6d067ca124 100644 --- a/lang/tclX80/Makefile +++ b/lang/tclX80/Makefile @@ -3,7 +3,7 @@ # Date created: 6 February 1996 # Whom: jkh # -# $Id: Makefile,v 1.21 1998/05/21 01:36:22 jseger Exp $ +# $Id: Makefile,v 1.22 1998/07/27 21:36:04 hoek Exp $ # DISTNAME= tclX8.0.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/ MAINTAINER= jseger@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes @@ -29,10 +29,10 @@ post-install: $(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann $(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann ${LDCONFIG} -m ${PREFIX}/lib -.if exists(${PORTSDIR}/x11/tk80/pkg/INSTALL.wish) - ${SH} ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish +.if exists(${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish) + ${SH} ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish .endif .include <bsd.port.mk> -PKG_ARGS+= -i ${PORTSDIR}/x11/tk80/pkg/INSTALL.wish +PKG_ARGS+= -i ${PORTSDIR}/x11-toolkits/tk80/pkg/INSTALL.wish |