diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-26 19:50:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-26 19:50:39 +0800 |
commit | 21ab539830f5cf4f3d3a5120855c242bd1aef2c3 (patch) | |
tree | 673839a618b137b447bd953ded492dca1ead2470 /deskutils | |
parent | f131e11b107bfa1bb46ee8724648abd27a85e30b (diff) | |
download | freebsd-ports-gnome-21ab539830f5cf4f3d3a5120855c242bd1aef2c3.tar.gz freebsd-ports-gnome-21ab539830f5cf4f3d3a5120855c242bd1aef2c3.tar.zst freebsd-ports-gnome-21ab539830f5cf4f3d3a5120855c242bd1aef2c3.zip |
- Convert gmake,bzip to USES
Approved by: portmgr (myself)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/adesklets/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gucharmap/Makefile | 4 | ||||
-rw-r--r-- | deskutils/ontv/Makefile | 4 | ||||
-rw-r--r-- | deskutils/pal/Makefile | 1 | ||||
-rw-r--r-- | deskutils/planner.el/Makefile | 2 | ||||
-rw-r--r-- | deskutils/remember.el/Makefile | 2 | ||||
-rw-r--r-- | deskutils/xcalendar/Makefile | 3 |
7 files changed, 6 insertions, 14 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile index f4a0b7867a46..c89fcdebf97b 100644 --- a/deskutils/adesklets/Makefile +++ b/deskutils/adesklets/Makefile @@ -14,10 +14,8 @@ RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed GNU_CONFIGURE= yes USE_PYTHON= yes -USE_GMAKE= yes -USE_BZIP2= yes USE_EFL= imlib2 -USES= iconv gmake +USES= iconv gmake tar:bzip2 MAN1= adesklets.1 \ adesklets_checkin.1 \ diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index ee8a8e3a82a6..d190d161e08a 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -14,9 +14,7 @@ COMMENT= A Unicode/ISO10646 character map and font viewer LIB_DEPENDS= librarian.so:${PORTSDIR}/textproc/rarian -USE_BZIP2= yes -USES= gettext pkgconfig -USE_GMAKE= yes +USES= gettext pkgconfig gmake tar:bzip2 USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 GNU_CONFIGURE= yes INSTALLS_OMF= yes diff --git a/deskutils/ontv/Makefile b/deskutils/ontv/Makefile index d05ee077b69a..87f8c4416cb0 100644 --- a/deskutils/ontv/Makefile +++ b/deskutils/ontv/Makefile @@ -19,10 +19,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/dev RUN_DEPENDS:= ${BUILD_DEPENDS} \ tv_check:${PORTSDIR}/textproc/p5-xmltv -USE_BZIP2= yes -USES= gettext +USES= gettext gmake tar:bzip2 USE_GNOME= gnomehack gnomeprefix pygnomedesktop pygnomeextras pygtk2 -USE_GMAKE= yes USE_PYTHON= 2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/deskutils/pal/Makefile b/deskutils/pal/Makefile index 0673476f1811..3f8210452757 100644 --- a/deskutils/pal/Makefile +++ b/deskutils/pal/Makefile @@ -12,7 +12,6 @@ COMMENT= Calendar application USES= pkgconfig gettext gmake USE_GNOME= glib20 -USE_GMAKE= yes ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src diff --git a/deskutils/planner.el/Makefile b/deskutils/planner.el/Makefile index cbba3508e19f..f855bec108e1 100644 --- a/deskutils/planner.el/Makefile +++ b/deskutils/planner.el/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PlannerMode is an organizer and day planner for Emacs USE_EMACS= yes -USE_GMAKE= yes +USES= gmake BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/muse/muse.el:${PORTSDIR}/textproc/muse diff --git a/deskutils/remember.el/Makefile b/deskutils/remember.el/Makefile index 80826425ba76..808e3c28e3f5 100644 --- a/deskutils/remember.el/Makefile +++ b/deskutils/remember.el/Makefile @@ -13,7 +13,7 @@ MAINTAINER= dryice@dryice.name COMMENT= A Emacs mode for remembering data USE_EMACS= yes -USE_GMAKE= yes +USES= gmake INFO= remember remember-extra diff --git a/deskutils/xcalendar/Makefile b/deskutils/xcalendar/Makefile index b0bbc4d837fe..47aa14dab420 100644 --- a/deskutils/xcalendar/Makefile +++ b/deskutils/xcalendar/Makefile @@ -13,9 +13,8 @@ COMMENT= A calendar with a notebook for X11 (internationalized version) WRKSRC= ${WRKDIR}/${PORTNAME} -USES= imake +USES= imake gmake USE_XORG= ice sm x11 xaw xext xmu xt -USE_GMAKE= yes MAKE_ENV= FILESDIR=${FILESDIR} ALL_TARGET= all XCal-uj.ad xcalendar-uj.hlp xcalendar-uj.man MAN1= xcalendar.1 |