diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 17:02:27 +0000 |
commit | 52c5d58921fcb6eaee151d4d2defbacbce3c598e (patch) | |
tree | 2386b7ed02bc9418c9764eee5fdba9c3c6b7fde0 /x11/libsynaptics | |
parent | 44aaaca6bbffa1779bc55f28ae1cb14117e362ae (diff) | |
download | ports-52c5d58921fcb6eaee151d4d2defbacbce3c598e.tar.gz ports-52c5d58921fcb6eaee151d4d2defbacbce3c598e.zip |
Notes
Diffstat (limited to 'x11/libsynaptics')
-rw-r--r-- | x11/libsynaptics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libsynaptics/Makefile b/x11/libsynaptics/Makefile index dde3974de581..4f3b35267702 100644 --- a/x11/libsynaptics/Makefile +++ b/x11/libsynaptics/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsynaptics PORTVERSION= 0.14.6b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://qsynaptics.sourceforge.net/ \ http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ @@ -16,8 +16,8 @@ MAINTAINER= markus@FreeBSD.org COMMENT= Library to access the Xorg/XFree86 Synaptics TouchPad Driver USE_BZIP2= yes -USE_X_PREFIX= yes INSTALLS_SHLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |