diff options
author | swills <swills@FreeBSD.org> | 2012-06-04 11:30:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-06-04 11:30:05 +0800 |
commit | 212a3008e4e5e3c63155a77988754b04e48782ac (patch) | |
tree | 4d8a898731823ccb946e25d7020fb52597dd2097 /databases | |
parent | 4b6e205dce71ca700ece68d8fe2c97c44966ca7b (diff) | |
download | freebsd-ports-gnome-212a3008e4e5e3c63155a77988754b04e48782ac.tar.gz freebsd-ports-gnome-212a3008e4e5e3c63155a77988754b04e48782ac.tar.zst freebsd-ports-gnome-212a3008e4e5e3c63155a77988754b04e48782ac.zip |
- Build during fetch instead of fetch during build
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-cdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-cdb/Makefile b/databases/ruby-cdb/Makefile index dd7140bee255..c9947a1f37f5 100644 --- a/databases/ruby-cdb/Makefile +++ b/databases/ruby-cdb/Makefile @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to D. J. Bernstein's cdb (constant database) library -BUILD_DEPENDS= ${NONEXISTENT}:${CDB_PORTDIR}:build +FETCH_DEPENDS= ${NONEXISTENT}:${CDB_PORTDIR}:build USE_RUBY= yes USE_RUBY_EXTCONF= yes |