diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 06:49:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 06:49:31 +0800 |
commit | 85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5 (patch) | |
tree | 9123ac40cb51e7048c20f785f436da05e43f7c22 /java/guavac | |
parent | d48c5312ffc97eda9cb08048c42df412bf21d977 (diff) | |
download | freebsd-ports-gnome-85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5.tar.gz freebsd-ports-gnome-85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5.tar.zst freebsd-ports-gnome-85244f3c4f19ca5a1a28eb1e3181bfc7d094ddf5.zip |
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.
Diffstat (limited to 'java/guavac')
-rw-r--r-- | java/guavac/Makefile | 5 |
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 |