diff options
Diffstat (limited to 'textproc/sp/Makefile')
-rw-r--r-- | textproc/sp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index dccc66f96f53..4d9e5948f852 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -3,7 +3,7 @@ # Date created: April 26, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.1.1.1 1997/04/26 20:01:59 jfieber Exp $ +# $Id: Makefile,v 1.2 1997/04/27 01:06:45 asami Exp $ # DISTNAME= sp-1.1.1 @@ -12,7 +12,11 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MAINTAINER= jfieber@FreeBSD.ORG +# The shared libsp only works on post 2.1.x systems. +.if exists(/usr/lib/libstdc++.a) +PLIST= ${PKGDIR}/PLIST-shared post-install: ${LDCONFIG} -m ${PREFIX}/lib +.endif .include <bsd.port.mk> |