diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /x11 | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/metalock/Makefile | 2 | ||||
-rw-r--r-- | x11/stalonetray/Makefile | 2 | ||||
-rw-r--r-- | x11/xidle/Makefile | 2 | ||||
-rw-r--r-- | x11/xsel/Makefile | 2 | ||||
-rw-r--r-- | x11/xwinwrap/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/x11/metalock/Makefile b/x11/metalock/Makefile index 877288bbc4f7..cdbaa89c9fa2 100644 --- a/x11/metalock/Makefile +++ b/x11/metalock/Makefile @@ -15,7 +15,7 @@ COMMENT= Enhanced X11 screen locker LICENSE= MIT LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE -USE_BZIP2= yes +USES= tar:bzip2 USE_XORG= x11 xt xproto xext xpm OPTIONS_DEFINE= IMLIB2 XFT ULTRAGETOPT diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile index ae043b7cdf29..0f91c0448a0c 100644 --- a/x11/stalonetray/Makefile +++ b/x11/stalonetray/Makefile @@ -11,7 +11,7 @@ COMMENT= STAnd-aLONE system tray LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-native-kde \ diff --git a/x11/xidle/Makefile b/x11/xidle/Makefile index af9f17ce212b..e27931e50a54 100644 --- a/x11/xidle/Makefile +++ b/x11/xidle/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= novel MAINTAINER= novel@FreeBSD.org COMMENT= Run a program on X inactivity -USE_BZIP2= yes +USES= tar:bzip2 CFLAGS+= -I${LOCALBASE}/include -D__dead=static MAKE_ARGS+= X11LIBDIR="${LOCALBASE}/lib" \ CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/x11/xsel/Makefile b/x11/xsel/Makefile index 3cab6bb1218d..ee4558ea8af1 100644 --- a/x11/xsel/Makefile +++ b/x11/xsel/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Access X selection from command line CONFLICTS= xsel-conrad-[0-9]* -USE_BZIP2= yes +USES= tar:bzip2 USE_XORG= xmu xaw xt xproto xkbfile CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lXt -lXaw -lX11 -lXmu diff --git a/x11/xwinwrap/Makefile b/x11/xwinwrap/Makefile index 4e9955db9bd9..14180b308ec5 100644 --- a/x11/xwinwrap/Makefile +++ b/x11/xwinwrap/Makefile @@ -13,7 +13,7 @@ COMMENT= XWinWrap replace a desktop background with a movie or screensaver WRKSRC= ${WRKDIR}/${PORTNAME} ONLY_FOR_ARCHS= amd64 i386 -USE_BZIP2= yes +USES= tar:bzip2 USE_XORG= x11 xproto xrender xext PLIST_FILES= bin/${PORTNAME} MAKE_ARGS+= PREFIX=${PREFIX} |