diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-28 00:42:22 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-28 00:42:22 +0800 |
commit | 443c7b0f58ebd4fead2aa2962f6518f8d3fbd541 (patch) | |
tree | f41c735a51bc257e80a68ac6dedbc0f7f934ccc5 /lang | |
parent | 927c480bd7bbd0d05fdde12cb060beb126262f4f (diff) | |
download | freebsd-ports-gnome-443c7b0f58ebd4fead2aa2962f6518f8d3fbd541.tar.gz freebsd-ports-gnome-443c7b0f58ebd4fead2aa2962f6518f8d3fbd541.tar.zst freebsd-ports-gnome-443c7b0f58ebd4fead2aa2962f6518f8d3fbd541.zip |
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Sort LIB_DEPENDS
- Cleanup Makefile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby19/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/ruby19/Makefile b/lang/ruby19/Makefile index 9377491a3e66..157665ea4459 100644 --- a/lang/ruby19/Makefile +++ b/lang/ruby19/Makefile @@ -12,11 +12,11 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT?= An object-oriented interpreted scripting language +COMMENT?= Object-oriented interpreted scripting language -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libffi.so:${PORTSDIR}/devel/libffi \ + libyaml.so:${PORTSDIR}/textproc/libyaml GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} @@ -37,8 +37,6 @@ USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes -_RUBY_SYSLIBDIR= ${PREFIX}/lib -_RUBY_EXTDIR= ${PREFIX}/lib/ruby19 MAKE_JOBS_UNSAFE= yes |