summaryrefslogtreecommitdiff
path: root/sysutils/xosview
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-05-31 16:43:45 +0000
committerkristerw <kristerw>2004-05-31 16:43:45 +0000
commit0b51c610379880c6d897097fa9198d65ec9e3e12 (patch)
treea1093a2a72c2d180ec26c0ba0769c4471bc51b2e /sysutils/xosview
parentd661f4598a848aa88b906ec6dc84927d5247993e (diff)
downloadpkgsrc-0b51c610379880c6d897097fa9198d65ec9e3e12.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