diff options
author | kristerw <kristerw> | 2004-05-31 16:43:45 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-05-31 16:43:45 +0000 |
commit | bd66843efec50c802cce48877bb859c051589d36 (patch) | |
tree | a1093a2a72c2d180ec26c0ba0769c4471bc51b2e /x11/dxpc | |
parent | 6c50e08ba6903a17d5f9bdd1f54eb55e139a1451 (diff) | |
download | pkgsrc-bd66843efec50c802cce48877bb859c051589d36.tar.gz |
Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
Diffstat (limited to 'x11/dxpc')
-rw-r--r-- | x11/dxpc/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 88a1020016d..9af05f8f065 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/11 07:28:39 snj Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/31 16:43:45 kristerw Exp $ # DISTNAME= dxpc-3.8.1 @@ -15,11 +15,6 @@ USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -DEPENDS+= egcs-1.1.2:../../lang/egcs -CONFIGURE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ -.endif - post-install: @strip ${PREFIX}/bin/dxpc |