diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-31 09:36:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-31 09:36:03 +0000 |
commit | 01ff50e9a9a7e2d4b3b05796427d25095dd1b2bf (patch) | |
tree | 62407122f2c6c730ae3177a53e19c46984f6df65 | |
parent | Properly register module with guile on install. (diff) |
Add guile into RUN_DEPENDS.
Notes
Notes:
svn path=/head/; revision=45654
-rw-r--r-- | lang/slib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/slib/Makefile b/lang/slib/Makefile index f7e3a47d44d1..3527c16c9136 100644 --- a/lang/slib/Makefile +++ b/lang/slib/Makefile @@ -14,6 +14,8 @@ DISTNAME= slib2d1 MAINTAINER= nakai@FreeBSD.org +RUN_DEPENDS= guile:${PORTSDIR}/lang/guile + WRKSRC= ${WRKDIR}/slib USE_ZIP= yes |