diff options
author | thierry <thierry@FreeBSD.org> | 2012-04-20 13:57:17 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2012-04-20 13:57:17 +0800 |
commit | e2c5f2f62af2435edb44a528e615f21b71b78ed9 (patch) | |
tree | f3e38668ff01bfa8d2e4792a412a25abff90eb25 /finance | |
parent | a68ade410e037660369560655d381411ff67c97a (diff) | |
download | freebsd-ports-gnome-e2c5f2f62af2435edb44a528e615f21b71b78ed9.tar.gz freebsd-ports-gnome-e2c5f2f62af2435edb44a528e615f21b71b78ed9.tar.zst freebsd-ports-gnome-e2c5f2f62af2435edb44a528e615f21b71b78ed9.zip |
Force SSL from ports to build the SSL module.
Reported by: pointyhat via Pav and Erwin
Diffstat (limited to 'finance')
-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 |