summaryrefslogtreecommitdiff
path: root/sysutils/xosview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r--sysutils/xosview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index 3741457ba2c..0d1246e9869 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2001/02/17 17:42:22 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2001/03/27 03:20:18 hubertf Exp $
#
DISTNAME= xosview-1.7.0.b
@@ -21,7 +21,7 @@ USE_XPM= YES
.if ${OPSYS} == "NetBSD"
BUILD_DEFS= UVM
.elif ${OPSYS} == "SunOS"
-BUILD_DEPENDS+= ${LOCALBASE}/egcs/bin/g++:../../lang/egcs
+BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs
CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include"
CONFIGURE_ENV+= LIBS="${LIBS} -lsocket -lnsl"