diff options
-rw-r--r-- | sysutils/bsdinfo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/bsdinfo/Makefile b/sysutils/bsdinfo/Makefile index 6144eba11b66..74dd88c6942a 100644 --- a/sysutils/bsdinfo/Makefile +++ b/sysutils/bsdinfo/Makefile @@ -3,6 +3,7 @@ PORTNAME= bsdinfo PORTVERSION= 0.22 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/samupl/bsdinfo/ @@ -12,6 +13,7 @@ COMMENT= Simple utility to display system-based information GNU_CONFIGURE= yes OPTIONS_DEFINE= X256 +OPTIONS_DEFAULT=X256 X256_DESC= Build the 256 color version X256_CONFIGURE_ON= --x256 |