diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/cabextract/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile index 800a2727d92c..b79b8dff41ab 100644 --- a/archivers/cabextract/Makefile +++ b/archivers/cabextract/Makefile @@ -7,17 +7,15 @@ PORTNAME= cabextract PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://www.kyz.uklinux.net/downloads/ MAINTAINER= sobomax@FreeBSD.org COMMENT= A program to extract Microsoft cabinet (.CAB) files -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - +USE_GETOPT_LONG=yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" MAN1= cabextract.1 |