diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2020-01-30 03:17:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2020-01-30 03:17:07 +0800 |
commit | 70db228d6732596c4a450c3eea71f58a5a15a476 (patch) | |
tree | 74d079b02b429b586f875bb077a8673e935bf259 /irc | |
parent | ff4c2a6f3ccbebc78ff9558ffb564af8df069ff8 (diff) | |
download | freebsd-ports-gnome-70db228d6732596c4a450c3eea71f58a5a15a476.tar.gz freebsd-ports-gnome-70db228d6732596c4a450c3eea71f58a5a15a476.tar.zst freebsd-ports-gnome-70db228d6732596c4a450c3eea71f58a5a15a476.zip |
Add NO_ARCH
Diffstat (limited to 'irc')
-rw-r--r-- | irc/rbot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index a41efdd8ebbd..260cc1a36e32 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -28,6 +28,7 @@ LIB_DEPENDS= libtokyocabinet.so:databases/tokyocabinet USE_RUBY= yes USE_RUBY_SETUP= yes CONFIGURE_ARGS= --prefix=${PREFIX} +NO_ARCH= yes USE_GITHUB= yes GH_ACCOUNT= ruby-${PORTNAME} |