diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 18:18:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 18:18:41 +0800 |
commit | 434a6004233b91817e4e753b0a8cd2c168fff179 (patch) | |
tree | df9019b93df3167be9f1f59b542dabbda97a689e /news/slrn | |
parent | e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10 (diff) | |
download | freebsd-ports-gnome-434a6004233b91817e4e753b0a8cd2c168fff179.tar.gz freebsd-ports-gnome-434a6004233b91817e4e753b0a8cd2c168fff179.tar.zst freebsd-ports-gnome-434a6004233b91817e4e753b0a8cd2c168fff179.zip |
devel/libslang has been ELFized.
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 |