diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:18:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-25 10:18:41 +0000 |
commit | 39475894a904806d7127c1dc1169c2e0437343c2 (patch) | |
tree | ae95f6d22e076c8f0785f739ef90edfa979c65a8 /news/slrn | |
parent | b6d6b302c94fe4922cbc4550b3fdb06a43de6f8e (diff) |
devel/libslang has been ELFized.
Notes
Notes:
svn path=/head/; revision=13389
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index f5fda8444e09..d4c89b40c260 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.8 1998/05/13 15:25:05 mph Exp $ +# $Id: Makefile,v 1.9 1998/05/17 22:54:10 mph Exp $ # DISTNAME= slrn0.9.5.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ MAINTAINER= xaa@xaa.iae.nl -LIB_DEPENDS= slang\\.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang WRKSRC= ${WRKDIR}/slrn GNU_CONFIGURE= yes |