diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-04 15:46:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-04 15:46:54 +0800 |
commit | 2eb8218dbb1d2e8c0c1cbed786790ddda0c6657b (patch) | |
tree | 9f3f19c74a1dd505f721ea158195929bae3bbfef /x11-toolkits | |
parent | 623386d0a933c8e07b31afeae80fa255008e3f61 (diff) | |
download | freebsd-ports-gnome-2eb8218dbb1d2e8c0c1cbed786790ddda0c6657b.tar.gz freebsd-ports-gnome-2eb8218dbb1d2e8c0c1cbed786790ddda0c6657b.tar.zst freebsd-ports-gnome-2eb8218dbb1d2e8c0c1cbed786790ddda0c6657b.zip |
- Fix build
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-tk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile index dd1d2a2b1e21..e71974e3f8dd 100644 --- a/x11-toolkits/ruby-tk/Makefile +++ b/x11-toolkits/ruby-tk/Makefile @@ -15,7 +15,7 @@ COMMENT?= Ruby interface to the Tk widget set DEPRECATED= Does not work with Ruby 1.9 EXPIRATION_DATE= 2013-05-02 -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch +FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch USE_RUBY= yes USE_RUBY_EXTCONF= yes |