summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/deforaos-editor/Makefile6
-rw-r--r--security/binwalk/Makefile7
-rw-r--r--textproc/py-tvgrab/Makefile3
-rw-r--r--www/deforaos-surfer/Makefile2
4 files changed, 7 insertions, 11 deletions
diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile
index c9e78ae9f59e..4d57838a6eb7 100644
--- a/editors/deforaos-editor/Makefile
+++ b/editors/deforaos-editor/Makefile
@@ -13,11 +13,11 @@ COMMENT= DeforaOS desktop text editor
LICENSE= GPLv3
-BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \
- docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
+BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
+ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
- libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
+ libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop
MAKE_ARGS= PREFIX=${PREFIX}
USES= desktop-file-utils gettext pkgconfig
diff --git a/security/binwalk/Makefile b/security/binwalk/Makefile
index 16399c2c9be2..9fc657feab7a 100644
--- a/security/binwalk/Makefile
+++ b/security/binwalk/Makefile
@@ -10,14 +10,13 @@ COMMENT= Search binary images for embedded files and executable code
LICENSE= MIT
-USES= python gmake
+USES= python
USE_PYTHON= autoplist distutils
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-BUILD_DEPENDS= liblzma>=0:${PORTSDIR}/archivers/py-liblzma
-RUN_DEPENDS= /usr/local/bin/7z:${PORTSDIR}/archivers/p7zip \
- /usr/local/bin/cabextract:${PORTSDIR}/archivers/cabextract
+RUN_DEPENDS= 7z:${PORTSDIR}/archivers/p7zip \
+ cabextract:${PORTSDIR}/archivers/cabextract
.include <bsd.port.mk>
diff --git a/textproc/py-tvgrab/Makefile b/textproc/py-tvgrab/Makefile
index 43cab8e469c9..8fee164fc47b 100644
--- a/textproc/py-tvgrab/Makefile
+++ b/textproc/py-tvgrab/Makefile
@@ -12,12 +12,9 @@ DISTNAME= pytvgrab-lib-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to write grabbers of tv scheduling collections
-EXTRACT_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil:extract
-
USES= python:2 tar:bzip2
USE_PYTHON= distutils autoplist
-
PORTDOCS= README
post-extract:
diff --git a/www/deforaos-surfer/Makefile b/www/deforaos-surfer/Makefile
index fe435c9e3ce3..e01b218395f0 100644
--- a/www/deforaos-surfer/Makefile
+++ b/www/deforaos-surfer/Makefile
@@ -13,7 +13,7 @@ COMMENT= DeforaOS desktop web browser
LICENSE= GPLv3
-BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \
+BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \
libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop \