diff options
Diffstat (limited to 'x11/dxpc/Makefile')
-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 |