- Convert BZIP2 to USES
This commit is contained in:
parent
518a58b792
commit
684a024ea7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356201
6 changed files with 6 additions and 12 deletions
|
@ -10,8 +10,7 @@ COMMENT= The gtk2+ port of emelfm, a fast graphical filemanager
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install
|
||||
|
||||
|
|
|
@ -10,8 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
|||
MAINTAINER= fluffy@FreeBSD.org
|
||||
COMMENT= Twin panel file manager for KDE, like midnight or norton commander
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= cmake:outsource gettext
|
||||
USES= cmake:outsource gettext tar:bzip2
|
||||
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
||||
USE_QT4= moc_build qmake_build rcc_build uic_build
|
||||
|
||||
|
|
|
@ -15,10 +15,9 @@ RUN_DEPENDS= ${LOCALBASE}/share/mime/packages/freedesktop.org.xml:${PORTSDIR}/mi
|
|||
PLIST_SUB+= LOCALBASE=${LOCALBASE}
|
||||
|
||||
USE_AUTOTOOLS= autoconf213
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= x11 sm xaw xproto
|
||||
USE_GNOME= atk gconf2 glib20 gnomevfs2 gtk20 libglade2 libidl libxml2 orbit2 pango
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pkgconfig tar:bzip2
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
|
|
@ -17,13 +17,12 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
|||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libgamin-1.so:${PORTSDIR}/devel/gamin
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20 gtk20 gdkpixbuf2 intltool intlhack
|
||||
USE_XFCE= configenv libutil libexo
|
||||
USE_XORG= x11
|
||||
USES= gmake pathfix perl5 pkgconfig desktop-file-utils
|
||||
USES= gmake pathfix perl5 pkgconfig desktop-file-utils tar:bzip2
|
||||
|
||||
CONFIGURE_ARGS= --disable-debug
|
||||
|
||||
|
|
|
@ -16,12 +16,11 @@ LIB_DEPENDS= libtumbler-1.so:${PORTSDIR}/deskutils/xfce4-tumbler
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gtk20 intltool intlhack gdkpixbuf2
|
||||
USE_LDCONFIG= yes
|
||||
USE_XFCE= configenv libexo libmenu libutil
|
||||
USE_XORG= sm x11
|
||||
USES= desktop-file-utils gmake pathfix perl5 pkgconfig
|
||||
USES= desktop-file-utils gmake pathfix perl5 pkgconfig tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= DBUS DOCS GVFS NLS NOTIFY STARTUP
|
||||
OPTIONS_GROUP= PLUGINS
|
||||
|
|
|
@ -17,10 +17,9 @@ RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= x11
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= yes
|
||||
|
||||
USES= shebangfix
|
||||
USES= shebangfix tar:bzip2
|
||||
SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \
|
||||
${WRKSRC}/scripts/xeditor
|
||||
|
||||
|
|
Loading…
Reference in a new issue