diff options
Diffstat (limited to 'math/cassowary/Makefile')
-rw-r--r-- | math/cassowary/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile index b1b696e1e06..6eb2b8471dc 100644 --- a/math/cassowary/Makefile +++ b/math/cassowary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/05/03 20:49:34 snj Exp $ +# $NetBSD: Makefile,v 1.25 2004/05/31 16:43:46 kristerw Exp $ # DISTNAME= cassowary-0.60 @@ -28,11 +28,6 @@ UNLIMIT_RESOURCES= datasize memorysize .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "SunOS" -DEPENDS+= egcs-1.1.2:../../lang/egcs -MAKE_ENV+= CXX=${LOCALBASE}/egcs/bin/g++ -.endif - post-install: cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench |