diff options
Diffstat (limited to 'www/xombrero/Makefile')
-rw-r--r-- | www/xombrero/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/xombrero/Makefile b/www/xombrero/Makefile index c2ccca11b85b..ceac388f5eac 100644 --- a/www/xombrero/Makefile +++ b/www/xombrero/Makefile @@ -36,6 +36,8 @@ GTK3_MAKE_ENV= GTK_VERSION="gtk3" SUB_FILES= xombrero PORTEXAMPLES= * +OPTIONS_DEFINE= EXAMPLES + post-patch: @cd ${WRKSRC}; ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|# ssl_ca_file|ssl_ca_file|' \ |