diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-19 13:58:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-19 13:58:40 +0000 |
commit | 1dddecf1b17833d333147f8f0a0a4aba1f1d0ed2 (patch) | |
tree | cde8b7da819ea088f7974aff8ffbc5b3d3fe2aa0 /devel/ruby-dl | |
parent | bc1dfe481a1a29c5e1f06926e09f7f016644b3a3 (diff) |
Notes
Diffstat (limited to 'devel/ruby-dl')
-rw-r--r-- | devel/ruby-dl/Makefile | 10 | ||||
-rw-r--r-- | devel/ruby-dl/distinfo | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/devel/ruby-dl/Makefile b/devel/ruby-dl/Makefile index e1df5fe38486..59ecb7918324 100644 --- a/devel/ruby-dl/Makefile +++ b/devel/ruby-dl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dl -PORTVERSION= 0.8.1 +PORTVERSION= 0.9 CATEGORIES= devel ruby MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -23,6 +23,12 @@ INSTALL_TARGET= site-install DOCS_EN= Changes README README.html +.include <bsd.port.pre.mk> + +.if ${ARCH} == i386 +CONFIGURE_ARGS+= --with-asm +.endif + post-extract: @${ECHO} "LIB= test" > ${WRKSRC}/test/Makefile @${ECHO} "SHLIB_MAJOR= 1" >> ${WRKSRC}/test/Makefile @@ -44,4 +50,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/ruby-dl/distinfo b/devel/ruby-dl/distinfo index c68e49f967b7..98591cf6f2cd 100644 --- a/devel/ruby-dl/distinfo +++ b/devel/ruby-dl/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-dl-0.8.1.tar.gz) = 418bb6024e9255b505bfd5817a8776a4 +MD5 (ruby/ruby-dl-0.9.tar.gz) = dd538b8a0281097e68bfc3ba87a756c0 |