diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-08-03 18:39:20 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-08-03 18:39:20 +0000 |
commit | 1fee5c0c7cc52a407af9d32425eb540f62d23379 (patch) | |
tree | d78a4806b7f5a79e33a1bd817d20ef5a5ab8f91d /math/slgrace | |
parent | 1000b02e5dcde9c7d5eafda9f4b8b96f55ca5d27 (diff) |
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@
Notes
Notes:
svn path=/head/; revision=301967
Diffstat (limited to 'math/slgrace')
-rw-r--r-- | math/slgrace/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/slgrace/Makefile b/math/slgrace/Makefile index 8229c740a656..d3562d4f0721 100644 --- a/math/slgrace/Makefile +++ b/math/slgrace/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 RUN_DEPENDS= grace:${PORTSDIR}/math/grace OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS SLANG_VER= 2.1 |