diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-17 08:10:40 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-17 08:10:40 +0800 |
commit | 6f70efc65cfdb5e18d6d0742a3c9c47b80f3278c (patch) | |
tree | 6c95874165ccc067de346be276cb62367d7b0f35 /x11 | |
parent | 9e76d4be00f93489e5934497ce3f821a46efe37d (diff) | |
download | freebsd-ports-gnome-6f70efc65cfdb5e18d6d0742a3c9c47b80f3278c.tar.gz freebsd-ports-gnome-6f70efc65cfdb5e18d6d0742a3c9c47b80f3278c.tar.zst freebsd-ports-gnome-6f70efc65cfdb5e18d6d0742a3c9c47b80f3278c.zip |
Add USE_PERL5 for upcoming bsd.perl.mk conditional inclusion. While
here, pet portlint.
Hat: portmgr
Diffstat (limited to 'x11')
-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 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> |