diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-01 22:36:07 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-11-01 22:36:07 +0800 |
commit | 9f32fbbc6a1565f36d2b51b438723e51cd8fd925 (patch) | |
tree | db69ecbe5bad96dcda69ecb7b8c52b2f28cf4659 /misc | |
parent | 5af9efc7c2fde28b97eb35caceef65042ef2e8cd (diff) | |
download | freebsd-ports-gnome-9f32fbbc6a1565f36d2b51b438723e51cd8fd925.tar.gz freebsd-ports-gnome-9f32fbbc6a1565f36d2b51b438723e51cd8fd925.tar.zst freebsd-ports-gnome-9f32fbbc6a1565f36d2b51b438723e51cd8fd925.zip |
- Add WITH_FBSD10_FIX=yes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 749ac5265ca4..584f12b0aa51 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -24,6 +24,7 @@ MAKE_JOBS_SAFE= yes USE_GNOME= pkgconfig USE_GMAKE= yes +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake autoconf CONFIGURE_ARGS+= --without-conf --without-clucene --with-zlib --without-icu |