summaryrefslogtreecommitdiff
path: root/security/pidgin-encryption
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-02-07 13:33:36 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-02-07 13:33:36 +0000
commitc94236cf7e4f6f687cdf7fb58c7b9a4279684bb7 (patch)
treebd3bf7fa20d55e961f2514bf2eb875195cb55e07 /security/pidgin-encryption
parentReduce the duplicated 'nss' in include and lib path (diff)
Followup security/nss installation path modification in r525484
PR: 243835
Notes
Notes: svn path=/head/; revision=525485
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r--security/pidgin-encryption/Makefile6
1 files changed, 3 insertions, 3 deletions
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