mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# New ports collection makefile for: tide
|
|
# Date created: 16 October 2000
|
|
# Whom: Nils M Holm <nmh@t3x.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tide
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.t3x.org/files/
|
|
DISTNAME= tide-${PORTVERSION:S/.//g}
|
|
|
|
MAINTAINER= nmh@t3x.org
|
|
COMMENT= A collection of classes for the T3X language
|
|
|
|
BUILD_DEPENDS= tx:${PORTSDIR}/lang/t3x
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
MAKE_ENV+= T3XDIR=${LOCALBASE}/t3x/r8
|
|
|
|
.include <bsd.port.mk>
|