diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 21:20:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 21:20:37 +0000 |
commit | dde61a089e88ab76d25c9ea3f2f474debc6df1d0 (patch) | |
tree | d01867f08f60537514feafb0c232212d597e09a4 /devel/fossil | |
parent | 8250beb02090816cfcedd7bafcfa0266a0d09e7a (diff) |
Notes
Diffstat (limited to 'devel/fossil')
-rw-r--r-- | devel/fossil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 26156fb24eed..abec48284651 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -15,6 +15,7 @@ LICENSE= BSD PLIST_FILES= bin/fossil HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} OPTIONS_DEFINE= JSON STATIC JSON_DESC= JSON API support |