Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2002 12:00:05 -0800 (PST)
From:      Ronald Kuehn <rk@ronald.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33820: Update port: lang/ocaml new version 3.04
Message-ID:  <200201162000.g0GK05s16359@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33820; it has been noted by GNATS.

From: Ronald Kuehn <rk@ronald.org>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/33820: Update port: lang/ocaml new version 3.04
Date: Wed, 16 Jan 2002 20:54:07 +0100

 Oops,
 
 we should better use ${PREFIX} instead of ${LOCALBASE} in the
 depends section.
 
 --- Makefile.old	Wed Jan 16 20:48:48 2002
 +++ Makefile	Tue Jan 15 00:54:27 2002
 @@ -21,8 +21,8 @@
  PKGNAMESUFFIX=	-notk
  .else
  PLIST_SUB+=	LABLTK:=""
 -BUILD_DEPENDS+=	${LOCALBASE}/include/tcl8.3:${PORTSDIR}/lang/tcl83
 -BUILD_DEPENDS+=	${LOCALBASE}/include/tk8.3:${PORTSDIR}/x11-toolkits/tk83
 +BUILD_DEPENDS+=	${PREFIX}/include/tcl8.3:${PORTSDIR}/lang/tcl83
 +BUILD_DEPENDS+=	${PREFIX}/include/tk8.3:${PORTSDIR}/x11-toolkits/tk83
  LIB_DEPENDS=	tk83.1:${PORTSDIR}/x11-toolkits/tk83
  .endif
  

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201162000.g0GK05s16359>