[PC-BSD Commits] r1759 - pbibuild/modules/pidgin
svn at pcbsd.org
svn at pcbsd.org
Thu Apr 24 07:39:24 PDT 2008
Author: kris
Date: 2008-04-24 07:39:23 -0700 (Thu, 24 Apr 2008)
New Revision: 1759
Modified:
pbibuild/modules/pidgin/pbi.conf
Log:
Updated pidgin make options to use NSS for SSL security
Modified: pbibuild/modules/pidgin/pbi.conf
===================================================================
--- pbibuild/modules/pidgin/pbi.conf 2008-04-24 14:10:18 UTC (rev 1758)
+++ pbibuild/modules/pidgin/pbi.conf 2008-04-24 14:39:23 UTC (rev 1759)
@@ -29,11 +29,13 @@
# Enter your custom make options here
MAKEOPTS="LDFLAGS=\"-Wl,--rpath=/Programs/Pidgin/autolibs\"
-PREFIX=/Programs/Pidgin"
+PREFIX=/Programs/Pidgin
+WITH_NSS=YES
+WITHOUT_GNUTLS=YES"
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="22"
+BUILDKEY="12"
# If this port has a non-standard port version variable in Makefile, then
# list the key here such as "OOOVERSION="
More information about the Commits
mailing list