diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-08-07 08:16:53 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-08-07 08:16:53 +0000 |
commit | ff57c42264d18020660152029484df359e2dc00f (patch) | |
tree | 3eed46d9467e297d9e32365fd1885840285c3aba /archivers/liborange | |
parent | e9b040640f0894934e11490b3f8e905902a5655d (diff) | |
download | ports-ff57c42264d18020660152029484df359e2dc00f.tar.gz ports-ff57c42264d18020660152029484df359e2dc00f.zip |
Notes
Diffstat (limited to 'archivers/liborange')
-rw-r--r-- | archivers/liborange/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index e206256e1d46..aa09214acdbf 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -7,7 +7,7 @@ PORTNAME= liborange PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= SF MASTER_SITE_SUBDIR= synce @@ -15,6 +15,9 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com COMMENT= Library to extract CAB files from self-extracting installers +RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ + unzip:${PORTSDIR}/archivers/unzip + OPTIONS= LIBSYNCE "Build with libsynce support" on \ LIBDYNAMITE "Build with libdynamite support" on \ LIBUNSHIELD "Build with libunshield support" on \ |