summaryrefslogtreecommitdiff
path: root/java/guavac
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-04 12:00:21 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-04 12:00:21 +0000
commit4215bbb0be49b285987dd78f7f8e0e29d4db34a7 (patch)
treed982ff041e6f7107e0cd7272ff748d1111e8de45 /java/guavac
parentThis port doesn't depend on tk, so I guess I need to add USE_XLIB here too. (diff)
Adjust libiberty path in dependency. This probably won't fix the build
anyway but it's one less warning to worry about.
Notes
Notes: svn path=/head/; revision=18458
Diffstat (limited to 'java/guavac')
-rw-r--r--java/guavac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile
index 5f3eb6f9717b..8e1138407686 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.10 1998/12/22 07:57:21 asami Exp $
+# $Id: Makefile,v 1.11 1999/01/12 16:50:46 vanilla Exp $
#
DISTNAME= guavac-1.2
@@ -14,7 +14,7 @@ MAINTAINER= nacai@iname.com
CC= gcc28
CXX= g++28
-BUILD_DEPENDS= ${LOCALBASE}/i386-unknown-freebsd${OSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28
+BUILD_DEPENDS= ${LOCALBASE}/i386-portbld-freebsd${OSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28
USE_GMAKE= yes
GNU_CONFIGURE= yes