diff options
Diffstat (limited to 'x11/libsynaptics/Makefile')
-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" \ |