svn commit: r301395 - head/misc/rabbit
TAKATSU Tomonari
tota at FreeBSD.org
Mon Jul 23 13:10:17 UTC 2012
Author: tota
Date: Mon Jul 23 13:10:16 2012
New Revision: 301395
URL: http://svn.freebsd.org/changeset/ports/301395
Log:
- Fix a mistake OPTIONS_DEFAULT for OPTIONS_DEFINE
Modified:
head/misc/rabbit/Makefile
Modified: head/misc/rabbit/Makefile
==============================================================================
--- head/misc/rabbit/Makefile Mon Jul 23 13:03:49 2012 (r301394)
+++ head/misc/rabbit/Makefile Mon Jul 23 13:10:16 2012 (r301395)
@@ -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>
More information about the svn-ports-head
mailing list