diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-03-27 00:58:45 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-03-27 00:58:45 +0000 |
commit | 1196c289c3e795c880591ef2b1566dfda2ce4773 (patch) | |
tree | 2dd7c14e4857c5ea9eff3830784bf7345bb6e118 /sysutils | |
parent | ad7d492f2bcf7a3b23b13d088b48aab0a54036a8 (diff) |
Notes
Diffstat (limited to 'sysutils')
-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 |