diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-19 05:22:55 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-19 05:22:55 +0800 |
commit | 41bc8c67c062c39b5570df9c7c52c1c173f7ee63 (patch) | |
tree | 8b7dd0329bc9e5c05b1fbf533e2b958f3d4f5014 /x11 | |
parent | 90afcbf4872bd37c26cdd657f533937a410e119f (diff) | |
download | freebsd-ports-gnome-41bc8c67c062c39b5570df9c7c52c1c173f7ee63.tar.gz freebsd-ports-gnome-41bc8c67c062c39b5570df9c7c52c1c173f7ee63.tar.zst freebsd-ports-gnome-41bc8c67c062c39b5570df9c7c52c1c173f7ee63.zip |
- Strip library
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libsynaptics/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/libsynaptics/Makefile b/x11/libsynaptics/Makefile index bf4b1c2f4cd8..58318a43e72d 100644 --- a/x11/libsynaptics/Makefile +++ b/x11/libsynaptics/Makefile @@ -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 |