diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-08-04 02:39:20 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-08-04 02:39:20 +0800 |
commit | 1fee5c0c7cc52a407af9d32425eb540f62d23379 (patch) | |
tree | d78a4806b7f5a79e33a1bd817d20ef5a5ab8f91d /converters | |
parent | 1000b02e5dcde9c7d5eafda9f4b8b96f55ca5d27 (diff) | |
download | freebsd-ports-gnome-1fee5c0c7cc52a407af9d32425eb540f62d23379.tar.gz freebsd-ports-gnome-1fee5c0c7cc52a407af9d32425eb540f62d23379.tar.zst freebsd-ports-gnome-1fee5c0c7cc52a407af9d32425eb540f62d23379.zip |
Remove unecessary OPTIONS_DEFAULT definitions added on r301957
Reported by: sunpoet@
Diffstat (limited to 'converters')
-rw-r--r-- | converters/tnef/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converters/tnef/Makefile b/converters/tnef/Makefile index 8019748d71cf..8a1c021c4c7e 100644 --- a/converters/tnef/Makefile +++ b/converters/tnef/Makefile @@ -14,7 +14,6 @@ MAINTAINER= garga@FreeBSD.org COMMENT= Unpack data in MS Outlook TNEF format OPTIONS_DEFINE= DOCS -OPTIONS_DEFAULT=DOCS GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes |