diff options
-rw-r--r-- | textproc/sp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 266d1bf7584a..c6d33343e35d 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -3,7 +3,7 @@ # Date created: April 26, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.6 1997/10/14 01:23:32 jfieber Exp $ +# $Id: Makefile,v 1.7 1998/10/14 23:30:12 jseger Exp $ # DISTNAME= sp-1.2.1 @@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MAINTAINER= jfieber@FreeBSD.ORG -BROKEN_ELF= libstdc++.so - # The shared libsp only works on post 2.1.x systems. # shared C++ libraries appear to be broken on post 2.2.1 system too... #.if exists(/usr/lib/libstdc++.a) |