Skip to content

Commit

Permalink
*/*: sync with upstream
Browse files Browse the repository at this point in the history
Taken from: FreeBSD
  • Loading branch information
fichtner committed Apr 2, 2016
1 parent cbe6005 commit d543c3a
Show file tree
Hide file tree
Showing 13,462 changed files with 51,280 additions and 48,393 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 5 additions & 5 deletions accessibility/accerciser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ DIST_SUBDIR= gnome3
MAINTAINER= [email protected]
COMMENT= Interactive Python accessibility explorer for GNOME

BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \
itstool:${PORTSDIR}/textproc/itstool \
at-spi2-core>=2.1.5:${PORTSDIR}/accessibility/at-spi2-core
RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \
at-spi2-core>=2.1.5:${PORTSDIR}/accessibility/at-spi2-core
BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \
itstool:textproc/itstool \
at-spi2-core>=2.1.5:accessibility/at-spi2-core
RUN_DEPENDS= gsettings-desktop-schemas>=3.2.0:devel/gsettings-desktop-schemas \
at-spi2-core>=2.1.5:accessibility/at-spi2-core

USES= gettext gmake pkgconfig python:3 shebangfix tar:xz
USE_GNOME= gtk30 intlhack py3gobject3
Expand Down
2 changes: 1 addition & 1 deletion accessibility/at-spi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ USES+= tar:bzip2

.if !defined(REFERENCE_PORT)

RUN_DEPENDS= at-spi2-atk>2.6.0:${PORTSDIR}/accessibility/at-spi2-atk
RUN_DEPENDS= at-spi2-atk>2.6.0:accessibility/at-spi2-atk

USES+= gmake gettext libtool pathfix pkgconfig python:2
USE_GNOME= intlhack gtk20 gconf2 libbonobo
Expand Down
6 changes: 3 additions & 3 deletions accessibility/at-spi2-atk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ COMMENT= Assisted Technology Provider module for GTK+

LICENSE= LGPL21

BUILD_DEPENDS= at-spi2-core>=2.17.90:${PORTSDIR}/accessibility/at-spi2-core
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
RUN_DEPENDS= at-spi2-core>=2.17.90:${PORTSDIR}/accessibility/at-spi2-core
BUILD_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core
LIB_DEPENDS= libdbus-1.so:devel/dbus
RUN_DEPENDS= at-spi2-core>=2.17.90:accessibility/at-spi2-core

PORTSCOUT= limitw:1,even

Expand Down
2 changes: 1 addition & 1 deletion accessibility/at-spi2-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Assistive Technology Service Provider Interface

LICENSE= LGPL21

LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
LIB_DEPENDS= libdbus-1.so:devel/dbus

PORTSCOUT= limitw:1,even

Expand Down
8 changes: 4 additions & 4 deletions accessibility/caribou/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ COMMENT= Gnome On-Screen keyboard
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \
libgee-0.8.so:${PORTSDIR}/devel/libgee \
libxklavier.so:${PORTSDIR}/x11/libxklavier
RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi
LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter \
libgee-0.8.so:devel/libgee \
libxklavier.so:x11/libxklavier
RUN_DEPENDS= py2?-atspi>=2.1.91:accessibility/py-atspi

USES= gettext gmake gnome libtool pathfix pkgconfig python:2 \
shebangfix tar:xz
Expand Down
8 changes: 4 additions & 4 deletions accessibility/dasher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ DIST_SUBDIR= gnome2
MAINTAINER= [email protected]
COMMENT= Information efficient text-entry interface

BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
BUILD_DEPENDS= rarian-sk-config:textproc/rarian
LIB_DEPENDS= libogg.so:audio/libogg
RUN_DEPENDS= rarian-sk-config:textproc/rarian

USES= gettext gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gnomeprefix intlhack libgnomeui atspi \
Expand All @@ -35,6 +35,6 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-O2||g'
@${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \
${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp
${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions accessibility/eflite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MASTER_SITES= SF
MAINTAINER= [email protected]
COMMENT= Speech server for Festival Lite used by yasr and Emacspeak

BUILD_DEPENDS= flite:${PORTSDIR}/audio/flite
RUN_DEPENDS= flite:${PORTSDIR}/audio/flite
BUILD_DEPENDS= flite:audio/flite
RUN_DEPENDS= flite:audio/flite

USES= gmake
GNU_CONFIGURE= yes
Expand Down
4 changes: 2 additions & 2 deletions accessibility/gnome-speech/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ FESTIVAL_DESC= Festival speech synthesis support

OPTIONS_SUB= yes

ESPEAK_LIB_DEPENDS= libespeak.so:${PORTSDIR}/audio/espeak
ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak
ESPEAK_CONFIGURE_ON=--with-espeak-dir=${LOCALBASE}
ESPEAK_CONFIGURE_OFF=--without-espeak

FESTIVAL_RUN_DEPENDS= festival:${PORTSDIR}/audio/festival
FESTIVAL_RUN_DEPENDS= festival:audio/festival
FESTIVAL_CONFIGURE_OFF=--without-festival

post-patch:
Expand Down
2 changes: 1 addition & 1 deletion accessibility/gnopernicus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COMMENT= Collection of accessibility apps for GNOME 2
DEPRECATED= Not developed upstream anymore. Obsoleted by accessibility/orca
EXPIRATION_DATE= 2016-04-07

LIB_DEPENDS= libgnome-mag.so:${PORTSDIR}/accessibility/gnome-mag
LIB_DEPENDS= libgnome-mag.so:accessibility/gnome-mag

USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
Expand Down
4 changes: 2 additions & 2 deletions accessibility/gok/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= [email protected]
COMMENT= GNOME On-Screen Keyboard (GOK)

LIB_DEPENDS= libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
LIB_DEPENDS= libcanberra-gtk.so:audio/libcanberra \
libdbus-glib-1.so:devel/dbus-glib

USES= gmake gettext libtool pathfix pkgconfig tar:bzip2
INSTALLS_OMF= yes
Expand Down
4 changes: 2 additions & 2 deletions accessibility/java-access-bridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= [email protected]
COMMENT= Gnome Java Accessibility Bridge

BUILD_DEPENDS= xprop:${PORTSDIR}/x11/xprop
RUN_DEPENDS= xprop:${PORTSDIR}/x11/xprop
BUILD_DEPENDS= xprop:x11/xprop
RUN_DEPENDS= xprop:x11/xprop

USES= gmake pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
Expand Down
2 changes: 1 addition & 1 deletion accessibility/jovie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= KDE text-to-speech system

LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher
LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher

USES= cmake:outsource tar:xz
USE_KDE4= kdeprefix kdelibs automoc4
Expand Down
2 changes: 1 addition & 1 deletion accessibility/kaccessible/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= Accessibility services for KDE

LIB_DEPENDS= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher
LIB_DEPENDS= libspeechd.so:accessibility/speech-dispatcher

USE_KDE4= kdelibs kdeprefix automoc4
USES= cmake:outsource tar:xz
Expand Down
10 changes: 5 additions & 5 deletions accessibility/kdeaccessibility4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ OPTIONS_DEFINE= JOVIE KACCESSIBLE KMAG KMOUSETOOL KMOUTH
OPTIONS_DEFAULT:= ${OPTIONS_DEFINE}

JOVIE_DESC= Install Jovie text-to-speech system
JOVIE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/jovie
JOVIE_RUN_DEPENDS= ${KDE4_PREFIX}/bin/jovie:accessibility/jovie

KACCESSIBLE_DESC= Install Accessibility services for KDE
KACCESSIBLE_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/kaccessibleapp:${PORTSDIR}/accessibility/kaccessible
KACCESSIBLE_RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/kaccessibleapp:accessibility/kaccessible

KMAG_DESC= Install Screen magnifier
KMAG_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmag:${PORTSDIR}/accessibility/kmag
KMAG_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmag:accessibility/kmag

KMOUSETOOL_DESC= Install Automatic mouse click tool
KMOUSETOOL_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmousetool:${PORTSDIR}/accessibility/kmousetool
KMOUSETOOL_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmousetool:accessibility/kmousetool

KMOUTH_DESC= Install Speech synthesizer frontend
KMOUTH_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmouth:${PORTSDIR}/accessibility/kmouth
KMOUTH_RUN_DEPENDS= ${KDE4_PREFIX}/bin/kmouth:accessibility/kmouth

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions accessibility/mousetweaks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ DIST_SUBDIR= gnome3
MAINTAINER= [email protected]
COMMENT= Mouse accessibility enhancements for the GNOME desktop

BUILD_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas
RUN_DEPENDS= gsettings-desktop-schemas>=0.1.0:${PORTSDIR}/devel/gsettings-desktop-schemas
BUILD_DEPENDS= gsettings-desktop-schemas>=0.1.0:devel/gsettings-desktop-schemas
RUN_DEPENDS= gsettings-desktop-schemas>=0.1.0:devel/gsettings-desktop-schemas

USE_XORG= x11 xfixes xcursor xtst
USE_GNOME= gnomeprefix gtk30 intlhack
Expand Down
22 changes: 11 additions & 11 deletions accessibility/orca/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ DIST_SUBDIR= gnome3
MAINTAINER= [email protected]
COMMENT= Scriptable screen reader

BUILD_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \
py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \
py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo \
itstool:${PORTSDIR}/textproc/itstool
LIB_DEPENDS= libatspi.so:${PORTSDIR}/accessibility/at-spi2-core
RUN_DEPENDS= py3?-dbus>=0:${PORTSDIR}/devel/py3-dbus \
py3?-speech-dispatcher>=0:${PORTSDIR}/accessibility/py3-speech-dispatcher \
py3?-atspi>=0:${PORTSDIR}/accessibility/py3-atspi \
py3?-xdg>=0:${PORTSDIR}/devel/py3-xdg \
py3?-cairo>=0:${PORTSDIR}/graphics/py3-cairo
BUILD_DEPENDS= py3?-dbus>=0:devel/py3-dbus \
py3?-xdg>=0:devel/py3-xdg \
py3?-cairo>=0:graphics/py3-cairo \
itstool:textproc/itstool
LIB_DEPENDS= libatspi.so:accessibility/at-spi2-core
RUN_DEPENDS= py3?-dbus>=0:devel/py3-dbus \
py3?-speech-dispatcher>=0:accessibility/py3-speech-dispatcher \
py3?-atspi>=0:accessibility/py3-atspi \
py3?-xdg>=0:devel/py3-xdg \
py3?-cairo>=0:graphics/py3-cairo

# conflict with py*-json-py because orca uses the json from python itself
# and py*-json-py shadows this.
Expand All @@ -35,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib

post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/src/orca/orca_i18n.py
${WRKSRC}/src/orca/orca_i18n.py

.include <bsd.port.pre.mk>

Expand Down
2 changes: 1 addition & 1 deletion accessibility/py-atspi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3
MAINTAINER= [email protected]
COMMENT= Python API for the D-BUS based SPI framework

RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core

CONFLICTS= at-spi-1.[0-9]*
PORTSCOUT= limitw:1,even
Expand Down
2 changes: 1 addition & 1 deletion accessibility/py3-atspi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DIST_SUBDIR= gnome3
MAINTAINER= [email protected]
COMMENT= Python3 API for the D-BUS based SPI framework

RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:accessibility/at-spi2-core

CONFLICTS= at-spi-1.[0-9]*
PORTSCOUT= limitw:1,even
Expand Down
4 changes: 2 additions & 2 deletions accessibility/redshift/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ VIDMODE_CONFIGURE_ENABLE= vidmode

GUI_USES= python
GUI_CONFIGURE_ENABLE= gui
GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:${PORTSDIR}/x11-toolkits/py-gtk2 \
${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg
GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gtk2>0:x11-toolkits/py-gtk2 \
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg

GNOME_CONFIGURE_ENABLE= gnome-clock
GNOME_USE= GNOME=glib20,gconf2
Expand Down
2 changes: 1 addition & 1 deletion accessibility/rubygem-atk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMMENT= Ruby binding for ATK

LICENSE= LGPL21+

RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-glib2
RUN_DEPENDS= rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2

USE_GNOME= atk
USE_RUBY= yes
Expand Down
26 changes: 13 additions & 13 deletions accessibility/speech-dispatcher/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ COMMENT= Common interface to speech synthesis
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi

LIB_DEPENDS= libdotconf.so:${PORTSDIR}/devel/dotconf \
libltdl.so:${PORTSDIR}/devel/libltdl \
libsndfile.so:${PORTSDIR}/audio/libsndfile
LIB_DEPENDS= libdotconf.so:devel/dotconf \
libltdl.so:devel/libltdl \
libsndfile.so:audio/libsndfile

USE_GNOME= glib20 intltool
USES= alias gettext gmake pathfix pkgconfig libtool
Expand Down Expand Up @@ -44,28 +44,28 @@ OPTIONS_DEFINE= ALSA AO DOCS ESPEAK FESTIVAL FLITE NAS PULSEAUDIO
OPTIONS_DEFAULT=ESPEAK
OPTIONS_SUB= yes

ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib
ALSA_CONFIGURE_WITH= alsa

AO_LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao
AO_LIB_DEPENDS= libao.so:audio/libao
AO_CONFIGURE_WITH= libao

ESPEAK_DESC= eSpeak speech synthesizer support
ESPEAK_LIB_DEPENDS= libespeak.so:${PORTSDIR}/audio/espeak
ESPEAK_LIB_DEPENDS= libespeak.so:audio/espeak
ESPEAK_CONFIGURE_WITH= espeak

FESTIVAL_DESC= Festival Speech Synthesis System support
FESTIVAL_RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \
${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:${PORTSDIR}/audio/festival-freebsoft-utils
FESTIVAL_RUN_DEPENDS= festival:audio/festival \
${LOCALBASE}/share/festival/lib/${PORTNAME}.scm:audio/festival-freebsoft-utils

FLITE_DESC= Flite speech synthesis engine support
FLITE_LIB_DEPENDS= libflite.so:${PORTSDIR}/audio/flite
FLITE_LIB_DEPENDS= libflite.so:audio/flite
FLITE_CONFIGURE_WITH= flite

NAS_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas
NAS_LIB_DEPENDS= libaudio.so:audio/nas
NAS_CONFIGURE_WITH= nas

PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_WITH=pulse

post-patch:
Expand All @@ -85,8 +85,8 @@ post-install:
.else

USES+= python:3
LIB_DEPENDS+= libspeechd.so:${PORTSDIR}/accessibility/speech-dispatcher
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py3-xdg
LIB_DEPENDS+= libspeechd.so:accessibility/speech-dispatcher
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py3-xdg

USE_PYTHON= py3kplist
PLIST_SUB= PYVER=${PYTHON_VER:S|.||}
Expand Down
6 changes: 3 additions & 3 deletions arabic/khotot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ MONO_DESC= Install Arabic PCF fonts
AEFONTS_DESC= Install Arabeyes project TrueType fonts
KACST_DESC= Install King AbdulAziz University fonts

MONO_RUN_DEPENDS= ar-ae_fonts_mono>0:${PORTSDIR}/arabic/ae_fonts_mono
AEFONTS_RUN_DEPENDS= ar-ae_fonts1_ttf>0:${PORTSDIR}/arabic/ae_fonts_ttf
KACST_RUN_DEPENDS= ar-kacst_fonts>0:${PORTSDIR}/arabic/kacst_fonts
MONO_RUN_DEPENDS= ar-ae_fonts_mono>0:arabic/ae_fonts_mono
AEFONTS_RUN_DEPENDS= ar-ae_fonts1_ttf>0:arabic/ae_fonts_ttf
KACST_RUN_DEPENDS= ar-kacst_fonts>0:arabic/kacst_fonts

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion archivers/advancecomp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Recompression utilities for .ZIP, .PNG, .MNG, and .GZ files

LICENSE= GPLv3

LIB_DEPENDS= libzopfli.so:${PORTSDIR}/archivers/zopfli
LIB_DEPENDS= libzopfli.so:archivers/zopfli

USES= gmake
GNU_CONFIGURE= yes
Expand Down
12 changes: 6 additions & 6 deletions archivers/ark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= [email protected]
COMMENT= Archiving tool for KDE

LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
LIB_DEPENDS= libqjson.so:devel/qjson

USE_KDE4= kdeprefix automoc4 kdelibs libkonq
USES= cmake:outsource libarchive cpe tar:xz
Expand All @@ -22,14 +22,14 @@ USE_LDCONFIG= yes
OPTIONS_DEFINE= 7ZIP RAR ZIP

7ZIP_DESC= Support for 7-Zip archives
7ZIP_RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip
7ZIP_RUN_DEPENDS= 7z:archivers/p7zip

RAR_DESC= Support for RAR archives
RAR_RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \
rar:${PORTSDIR}/archivers/rar
RAR_RUN_DEPENDS= unrar:archivers/unrar \
rar:archivers/rar

ZIP_DESC= Support for ZIP archives
ZIP_RUN_DEPENDS= unzip>0:${PORTSDIR}/archivers/unzip \
zip:${PORTSDIR}/archivers/zip
ZIP_RUN_DEPENDS= unzip>0:archivers/unzip \
zip:archivers/zip

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions archivers/dact/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COMMENT= Dynamic Adaptive Compression Tool
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \
liblzo2.so:${PORTSDIR}/archivers/lzo2
LIB_DEPENDS= libmcrypt.so:security/libmcrypt \
liblzo2.so:archivers/lzo2

USES= desthack gmake localbase
GNU_CONFIGURE= yes
Expand Down
Loading

0 comments on commit d543c3a

Please sign in to comment.