summaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-05-31 16:43:45 +0000
committerkristerw <kristerw@pkgsrc.org>2004-05-31 16:43:45 +0000
commitc49d6fa1a7350530724d50de8011479d0fc0db0e (patch)
treea1093a2a72c2d180ec26c0ba0769c4471bc51b2e /sysutils/xosview
parent9ac119aadc6d3c656efc0dd95c51100ba13cfe97 (diff)
downloadpkgsrc-c49d6fa1a7350530724d50de8011479d0fc0db0e.tar.gz
Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
Diffstat (limited to 'sysutils/xosview')
-rw-r--r--sysutils/xosview/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index 1c625b060d3..739fa756528 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2004/02/04 22:23:47 abs Exp $
+# $NetBSD: Makefile,v 1.50 2004/05/31 16:43:45 kristerw Exp $
DISTNAME= xosview-1.8.1
CATEGORIES= sysutils
@@ -31,8 +31,6 @@ BUILD_DEFS= UVM
. endif
.elif ${OPSYS} == "SunOS"
USE_GNU_TOOLS+= make
-BUILD_DEPENDS+= egcs-1.1.2:../../lang/egcs
-CXX= ${LOCALBASE}/egcs/bin/g++
CPPFLAGS+= -I${X11BASE}/include
LIBS+= -lsocket -lnsl
.endif