diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-02-11 02:37:36 +0000 |
commit | 2bd36282e8889bfac505978e2ef2c86d4c46decd (patch) | |
tree | e6ae56e6728ffccff3a0d38cfb350c6bc58e62bc /devel/ruby-fam/Makefile | |
parent | 41df51b901376c288e0f3e07f351a976a0c9bfec (diff) |
Notes
Diffstat (limited to 'devel/ruby-fam/Makefile')
-rw-r--r-- | devel/ruby-fam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-fam/Makefile b/devel/ruby-fam/Makefile index dbde615b7181..e96fc8b274fb 100644 --- a/devel/ruby-fam/Makefile +++ b/devel/ruby-fam/Makefile @@ -16,10 +16,10 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= FAM bindings for Ruby -LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam - USE_RUBY= yes USE_RUBY_EXTCONF= yes +USE_FAM= yes +WANT_FAM_SYSTEM=fam INSTALL_TARGET= site-install |