diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
commit | 0a40dc2375b36f8b0dde18c64f7a94194d1f8190 (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /x11 | |
parent | c40d62ac5a658e66041580a018de18efae1ded0f (diff) | |
download | freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.gz freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.zst freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/bgrot/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/xdotool/Makefile | 4 | ||||
-rw-r--r-- | x11/xfree86_xkb_xml/Makefile | 5 |
4 files changed, 6 insertions, 10 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile index 87805a9fd4d9..def0fcab4097 100644 --- a/x11/bgrot/Makefile +++ b/x11/bgrot/Makefile @@ -13,8 +13,7 @@ COMMENT= A program to handle your X background to prevent boredom RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv -USES= shebangfix -USE_PERL5= yes +USES= shebangfix perl5 SHEBANG_FILES= *.pl MAN1= bgrot.1 diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 8a8c1d0b4d6e..5d6d33e58659 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -17,11 +17,9 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian MAKE_JOBS_UNSAFE=yes -USES= charsetfix gettext pathfix +USES= charsetfix gettext gmake pathfix perl5 USE_BZIP2= yes USE_XORG= xpm ice x11 -USE_PERL5= yes -USE_GMAKE= yes USE_GNOME= gnomehier gnomeprefix esound gtk12 imlib libxml orbit USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/x11/xdotool/Makefile b/x11/xdotool/Makefile index 10dd03e3719c..efe47b88346d 100644 --- a/x11/xdotool/Makefile +++ b/x11/xdotool/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org COMMENT= Programmatically simulate keyboard input or mouse activity -USE_PERL5_BUILD= yes USE_LDCONFIG= yes -USES= gmake pkgconfig +USES= gmake pkgconfig perl5 USE_XORG= x11 xtst xinerama +USE_PERL5= build MAN1= xdotool.1 PLIST_FILES= bin/xdotool lib/libxdo.so lib/libxdo.so.2 include/xdo.h diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile index d42fc8504841..2e161dfb6f1e 100644 --- a/x11/xfree86_xkb_xml/Makefile +++ b/x11/xfree86_xkb_xml/Makefile @@ -14,11 +14,10 @@ MASTER_SITES= SF/gswitchit/OldFiles MAINTAINER= gnome@FreeBSD.org COMMENT= A little set of XML files useful for dealing with XKB rules -USES= gettext iconv +USES= gettext gmake iconv perl5 USE_XORG= x11 -USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/lib/X11/xkb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |