- Fix a mistake OPTIONS_DEFAULT for OPTIONS_DEFINE
This commit is contained in:
parent
678436bafa
commit
986b67e1df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301395
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue