diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-05-31 16:43:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-05-31 16:43:45 +0000 |
commit | 120d2bf980ff77e98509919757223e7b3609b1a7 (patch) | |
tree | a1093a2a72c2d180ec26c0ba0769c4471bc51b2e /sysutils/xosview/Makefile | |
parent | c5e48ed425ea69332b593cd78025b8901c78b800 (diff) | |
download | pkgsrc-120d2bf980ff77e98509919757223e7b3609b1a7.tar.gz |
Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 4 |
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 |