diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-04-20 05:57:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-04-20 05:57:17 +0000 |
commit | 1d3fdd873989bbcccb292bf3504d036ccd1e5899 (patch) | |
tree | cf8c6812d6a93df18a09f9f30e50ec9f21ddf11d /finance/grisbi | |
parent | f41fdd55ac6f5cb45615588984c59a14ab40c11c (diff) | |
download | ports-1d3fdd873989bbcccb292bf3504d036ccd1e5899.tar.gz ports-1d3fdd873989bbcccb292bf3504d036ccd1e5899.zip |
Force SSL from ports to build the SSL module.
Reported by: pointyhat via Pav and Erwin
Notes
Notes:
svn path=/head/; revision=295142
Diffstat (limited to 'finance/grisbi')
-rw-r--r-- | finance/grisbi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/grisbi/Makefile b/finance/grisbi/Makefile index 06a20540f669..532859a7ff30 100644 --- a/finance/grisbi/Makefile +++ b/finance/grisbi/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 glib20 libxml2 USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes INSTALLS_ICONS= yes MAN1= grisbi.1 |