diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-12 01:33:19 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-12 01:33:19 +0000 |
commit | ccbb0aaa0556389654f620d411e9d4b73d83f7e4 (patch) | |
tree | a5b10ed117741e49340fc7007e0e2f57706bbb75 /lang | |
parent | Upgradet to v2.3.12 (diff) |
Somehow I missed adding the patches directory last time. This makes it compile
under current (and hopefully 2.2).
Notes
Notes:
svn path=/head/; revision=8585
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 4af5c63574df..11ab36201b73 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -3,11 +3,9 @@ # Date created: 2 November 1997 # Whom: jseger@FreeBSD.org # -# $Id: Makefile,v 1.9 1997/11/10 09:40:35 asami Exp $ +# $Id: Makefile,v 1.10 1997/11/10 09:41:40 asami Exp $ # -BROKEN= build - DISTNAME= guile-1.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} |