diff options
Diffstat (limited to 'x11/gsynaptics')
-rw-r--r-- | x11/gsynaptics/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index 00d94eda8..cf15ba5c4 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui USE_ICONV= yes USE_GMAKE= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ @@ -38,5 +39,4 @@ RUN_DEPENDS+= ${X11BASE}/lib/xorg/modules/input/synaptics_drv.so:${PORTSDIR}/x11 RUN_DEPENDS+= ${X11BASE}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-drivers/synaptics .endif - .include <bsd.port.post.mk> |