summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-07 22:49:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-07 22:49:31 +0000
commit48887e4ba86a51d4e24b458d7f06bfa3ae75c6cb (patch)
tree280707e74f830bfd20743509d70fc602de263601 /java
parentMove "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from (diff)
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.
Notes
Notes: svn path=/head/; revision=12329
Diffstat (limited to 'java')
-rw-r--r--java/guavac/Makefile5
1 files changed, 2 insertions, 3 deletions
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 <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $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