Index: net-im/libpurple/Makefile =================================================================== --- net-im/libpurple/Makefile +++ net-im/libpurple/Makefile @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} @@ -178,8 +178,8 @@ CONFIGURE_ARGS+= --enable-nss=yes \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss + --with-nss-includes=${LOCALBASE}/include/nss \ + --with-nss-libs=${LOCALBASE}/lib PLIST_SUB+= NSS="" .else CONFIGURE_ARGS+= --enable-nss=no Index: security/pidgin-encryption/Makefile =================================================================== --- security/pidgin-encryption/Makefile +++ security/pidgin-encryption/Makefile @@ -3,7 +3,7 @@ PORTNAME= pidgin PORTVERSION= 3.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION} PKGNAMESUFFIX= -encryption @@ -21,8 +21,8 @@ CONFIGURE_ARGS= --disable-static \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss + --with-nss-includes=${LOCALBASE}/include/nss \ + --with-nss-libs=${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip Index: security/py-python-nss/Makefile =================================================================== --- security/py-python-nss/Makefile +++ security/py-python-nss/Makefile @@ -2,7 +2,7 @@ PORTNAME= python-nss PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,12 +22,9 @@ USES= compiler:c11 python tar:bzip2 USE_PYTHON= autoplist distutils -PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" \ - --include-root="${LOCALBASE}/include/nss" +PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" PYDISTUTILS_BUILDARGS= ${PYDISTUTILS_CONFIGUREARGS} PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} ${PYDISTUTILS_CONFIGUREARGS} - -LDFLAGS+= -L${LOCALBASE}/lib/nss TEST_TARGET= # empty TEST_WRKSRC= ${WRKSRC}/test