diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-01 09:29:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-01 09:29:30 +0800 |
commit | 94b45f4c6afb395aa7cca13ac3a896ab479f7847 (patch) | |
tree | cce587968428e4553c69a010c7349595fd640a5a | |
parent | 43abc92cca795ac3bb9db9cb8ec70e26e5c05244 (diff) | |
download | freebsd-ports-gnome-94b45f4c6afb395aa7cca13ac3a896ab479f7847.tar.gz freebsd-ports-gnome-94b45f4c6afb395aa7cca13ac3a896ab479f7847.tar.zst freebsd-ports-gnome-94b45f4c6afb395aa7cca13ac3a896ab479f7847.zip |
- Strip library
-rw-r--r-- | security/pidgin-otr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index fbf64b2a7a48..b3f2d9677cef 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -2,7 +2,7 @@ PORTNAME= otr PORTVERSION= 4.0.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- @@ -24,6 +24,7 @@ CPE_VENDOR= cypherpunks CPE_PRODUCT= ${PKGNAMEPREFIX}${PORTNAME} USE_GNOME= gtk20 GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |