aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-07-23 21:10:16 +0800
committertota <tota@FreeBSD.org>2012-07-23 21:10:16 +0800
commit33a437104aea7b756586ae69f01ea6fbc1c8619c (patch)
tree3b3a939ae65d7de8eca3179a76556995b8810874 /misc
parent35a5bb6fecf14c6e918a3a2857722564089912bb (diff)
downloadfreebsd-ports-gnome-33a437104aea7b756586ae69f01ea6fbc1c8619c.tar.gz
freebsd-ports-gnome-33a437104aea7b756586ae69f01ea6fbc1c8619c.tar.zst
freebsd-ports-gnome-33a437104aea7b756586ae69f01ea6fbc1c8619c.zip
- Fix a mistake OPTIONS_DEFAULT for OPTIONS_DEFINE
Diffstat (limited to 'misc')
-rw-r--r--misc/rabbit/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/rabbit/Makefile b/misc/rabbit/Makefile
index 3f282c5a4fab..a701f19dca6b 100644
--- a/misc/rabbit/Makefile
+++ b/misc/rabbit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= rabbit
PORTVERSION= 1.0.8
+PORTREVISION= 1
CATEGORIES= misc ruby
MASTER_SITES= http://rabbit-shockers.org/download/ \
LOCAL
@@ -51,9 +52,9 @@ PORTDOCS= *
PORTEXAMPLES= *
PORTDATA= *
-OPTIONS_DEFAULT= MIMETEX TWITTER
-MIMETEX_DESC= Run with mimetex
-TWITTER_DESC= Run with Twitter
+OPTIONS_DEFINE= MIMETEX TWITTER
+MIMETEX_DESC= Run with mimetex
+TWITTER_DESC= Run with Twitter
.include <bsd.port.options.mk>