mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add USES=libtool and INSTALL_TARGET=install-strip
This commit is contained in:
parent
38435c8f0d
commit
c0d646c612
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367385
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= pidgin
|
||||
PORTVERSION= 3.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION}
|
||||
PKGNAMESUFFIX= -encryption
|
||||
@ -17,17 +17,17 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin
|
||||
LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \
|
||||
libnss3.so:${PORTSDIR}/security/nss
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
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
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
Loading…
Reference in New Issue
Block a user