diff options
author | tota <tota@FreeBSD.org> | 2012-07-23 21:10:16 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-07-23 21:10:16 +0800 |
commit | 33a437104aea7b756586ae69f01ea6fbc1c8619c (patch) | |
tree | 3b3a939ae65d7de8eca3179a76556995b8810874 /misc | |
parent | 35a5bb6fecf14c6e918a3a2857722564089912bb (diff) | |
download | freebsd-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/Makefile | 7 |
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> |