diff options
-rw-r--r-- | devel/libtool-base/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 405a0e93f1f..76feb0745c2 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/06/14 00:26:25 grant Exp $ +# $NetBSD: Makefile,v 1.37 2004/06/17 03:49:15 tv Exp $ # PKGNAME= ${DISTNAME:C/-/-base-/} @@ -20,11 +20,6 @@ TEST_TARGET= check .include "../../mk/bsd.prefs.mk" -.if !empty(MACHINE_PLATFORM:MNetBSD-1.4-sparc) || \ - !empty(MACHINE_PLATFORM:MNetBSD-1.4.[12]-sparc) -DEPENDS+= c++rt0>=1.0:../../sysutils/c++rt0 -.endif - .if ${OPSYS} == "NetBSD" . if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so) CONFIGURE_ARGS= --disable-shared |