From 48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 7 Aug 1998 22:49:31 +0000 Subject: Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and 1.227.2.43. Note gcc28 is hopelessly broken, it uses an undefined variable ${GNUOSREL} and thus has an empty string wherever ${OSREL} should be. However, it's consistent with its own PLIST at the current state so I haven't "fixed" it yet. --- java/guavac/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'java/guavac') diff --git a/java/guavac/Makefile b/java/guavac/Makefile index f79fc4bf79c6..5374a02b55d0 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1996 # Whom: Yukihiro Nakai # -# $Id: Makefile,v 1.6 1997/11/14 10:20:25 tg Exp $ +# $Id: Makefile,v 1.7 1998/07/12 22:33:46 steve Exp $ # DISTNAME= guavac-1.2 @@ -14,8 +14,7 @@ MAINTAINER= Nakai@technologist.com CC= gcc28 CXX= g++28 -GNUOSREL!= uname -r | sed -e 's/[-(].*//' -LIB_DEPENDS= ${LOCALBASE}/i386-unknown-freebsd${GNUOSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28 +BUILD_DEPENDS= ${LOCALBASE}/i386-unknown-freebsd${OSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28 USE_GMAKE= yes GNU_CONFIGURE= yes -- cgit v1.2.3