Date: Thu, 18 Jun 2015 21:22:56 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390066 - head/x11/libsynaptics Message-ID: <201506182122.t5ILMuI4052134@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 18 21:22:55 2015 New Revision: 390066 URL: https://svnweb.freebsd.org/changeset/ports/390066 Log: - Strip library Modified: head/x11/libsynaptics/Makefile Modified: head/x11/libsynaptics/Makefile ============================================================================== --- head/x11/libsynaptics/Makefile Thu Jun 18 21:22:46 2015 (r390065) +++ head/x11/libsynaptics/Makefile Thu Jun 18 21:22:55 2015 (r390066) @@ -3,7 +3,7 @@ PORTNAME= libsynaptics PORTVERSION= 0.14.6b -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://qsynaptics.sourceforge.net/ \ http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ @@ -12,9 +12,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library to access the Xorg/XFree86 Synaptics TouchPad Driver USES= libtool tar:bzip2 -USE_LDCONFIG= yes -USE_XORG= x11 GNU_CONFIGURE= yes +USE_XORG= x11 +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506182122.t5ILMuI4052134>