diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-04 19:15:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-08-04 19:15:05 +0000 |
commit | 06db55477b9cb4646ba89e8c99e206ff25fe02f5 (patch) | |
tree | 1039daded0d44b9e255f2ad532599642e7935b3f /lang/guile/Makefile | |
parent | 50d1662f43cb1b3d0cb3757468278d6fb16c6ef8 (diff) | |
download | ports-06db55477b9cb4646ba89e8c99e206ff25fe02f5.tar.gz ports-06db55477b9cb4646ba89e8c99e206ff25fe02f5.zip |
Notes
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r-- | lang/guile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile index 94d8a8af53ba..3be68c3c3ff9 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -7,13 +7,15 @@ PORTNAME= guile PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= guile MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= ltdl.1:${PORTSDIR}/devel/libtool + USE_REINPLACE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes |