diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:55:50 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:55:50 +0000 |
commit | 7ab4f1dc9b4c7ce6929c74003932f3f57fbaea79 (patch) | |
tree | b4ad9df058a919f38f84969b612316b8e75f28e7 /textproc | |
parent | 8eab637064317b8f8655573ef561705b84d13de6 (diff) |
Unmark BROKEN.
Submitted by: jfieber
Notes
Notes:
svn path=/head/; revision=14045
Diffstat (limited to 'textproc')
-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) |