From c94236cf7e4f6f687cdf7fb58c7b9a4279684bb7 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Fri, 7 Feb 2020 13:33:36 +0000 Subject: Followup security/nss installation path modification in r525484 PR: 243835 --- security/pidgin-encryption/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/pidgin-encryption') diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 1fa64d4c0e20..519bbba9427f 100644 --- a/security/pidgin-encryption/Makefile +++ b/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 @@ GNU_CONFIGURE= yes 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 -- cgit v1.2.3