diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-22 16:01:36 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-22 16:01:36 +0000 |
commit | 3656556f5db7658a3d364ef612dd82dad011da26 (patch) | |
tree | 7e444a16ec352393e8532f71ae451cdef74223cc /lang/guile | |
parent | 16961431cdd28b4fb5cb37329eda329c67aff2f3 (diff) | |
download | ports-3656556f5db7658a3d364ef612dd82dad011da26.tar.gz ports-3656556f5db7658a3d364ef612dd82dad011da26.zip |
Notes
Diffstat (limited to 'lang/guile')
-rw-r--r-- | lang/guile/Makefile | 3 | ||||
-rw-r--r-- | lang/guile/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 11ab36201b73..09750f067e9c 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -3,7 +3,7 @@ # Date created: 2 November 1997 # Whom: jseger@FreeBSD.org # -# $Id: Makefile,v 1.10 1997/11/10 09:41:40 asami Exp $ +# $Id: Makefile,v 1.11 1997/11/12 01:33:19 jseger Exp $ # DISTNAME= guile-1.2 @@ -13,7 +13,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= jseger@FreeBSD.org GNU_CONFIGURE= YES -CONFIGURE_ARGS= --disable-shared MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" .include <bsd.port.mk> diff --git a/lang/guile/pkg-plist b/lang/guile/pkg-plist index b62a2efd8fcf..82b6f1f8ed04 100644 --- a/lang/guile/pkg-plist +++ b/lang/guile/pkg-plist @@ -82,6 +82,8 @@ include/libguile/coop-defs.h include/libguile.h lib/libguile.a lib/libguile.la +lib/libguile.so +lib/libguile.so.2.0 share/aclocal/guile.m4 share/aclocal/threads.m4 share/guile/1.2/ice-9/boot-9.scm |