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 | c49d6fa1a7350530724d50de8011479d0fc0db0e (patch) | |
tree | a1093a2a72c2d180ec26c0ba0769c4471bc51b2e /math/cassowary | |
parent | 9ac119aadc6d3c656efc0dd95c51100ba13cfe97 (diff) | |
download | pkgsrc-c49d6fa1a7350530724d50de8011479d0fc0db0e.tar.gz |
Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
Diffstat (limited to 'math/cassowary')
-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 |