summaryrefslogtreecommitdiff
path: root/x11/gsynaptics/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-17 00:10:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-17 00:10:40 +0000
commit1c2840a1b331c27b0d4d2b828248ce61ed7a5f6b (patch)
tree80c418179ad85f24799823f90b746166462edcc6 /x11/gsynaptics/Makefile
parentAdd USE_PERL5 to bring in bsd.perl.mk after we change it to being (diff)
Add USE_PERL5 for upcoming bsd.perl.mk conditional inclusion. While
here, pet portlint. Hat: portmgr
Notes
Notes: svn path=/head/; revision=201582
Diffstat (limited to '')
-rw-r--r--x11/gsynaptics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile
index 00d94eda8aa6..cf15ba5c47e8 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>