diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-27 00:22:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-27 00:22:08 +0000 |
commit | 01cdaa7bd73b670ffc7b6f9aa622537e9196b3b3 (patch) | |
tree | adff54f993bf65a0de157a49ab416d47abcb3299 /math | |
parent | 3b2d33c5f94fb1b52eb8f8652990c525a1d445b7 (diff) |
Add a forgotten '='.
Notes
Notes:
svn path=/head/; revision=158230
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index ef4eb7536123..1cfa22177b01 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -43,7 +43,7 @@ MAN1= gnumeric.1 ssconvert.1 ssindex.1 PLIST_SUB= VERSION=${PORTVERSION} -OPTIONS GNOMEDB "Enable libgnomedb support" off +OPTIONS= GNOMEDB "Enable libgnomedb support" off .include <bsd.port.pre.mk> |