diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 10:05:14 +0000 |
commit | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (patch) | |
tree | 0d64327181ccf3824a6202fcaaa55bf071919c72 /x11-toolkits/tix | |
parent | 260f894e40f28b9f4bc51dc630b4a0462962c9a1 (diff) | |
download | FreeBSD-ports-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.zip FreeBSD-ports-6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46.tar.gz |
tk80 has been ELFized.
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r-- | x11-toolkits/tix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 8ec0c91..80268b7 100644 --- a/x11-toolkits/tix/Makefile +++ b/x11-toolkits/tix/Makefile @@ -3,7 +3,7 @@ # Date created: 22 December 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.16 1998/08/07 22:56:40 asami Exp $ +# $Id: Makefile,v 1.17 1998/08/07 23:56:52 asami Exp $ # DISTNAME= Tix4.1.0.006 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.xpi.com/pub/ MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/Tix4.1.0/unix/tk8.0 GNU_CONFIGURE= yes |