diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 11:57:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 11:57:14 +0000 |
commit | ff49338863fecde8f8948e1e9e280bc44e85b572 (patch) | |
tree | ff83ebe357bdce7e1d64ba32fa7e0bd387751703 | |
parent | 468d53e35195f828497b1d40abc35f3c0257389c (diff) | |
download | ports-ff49338863fecde8f8948e1e9e280bc44e85b572.tar.gz ports-ff49338863fecde8f8948e1e9e280bc44e85b572.zip |
Notes
-rw-r--r-- | archivers/libunrar4/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/archivers/libunrar4/Makefile b/archivers/libunrar4/Makefile index 568dd5f55e2f..50914b1a12d7 100644 --- a/archivers/libunrar4/Makefile +++ b/archivers/libunrar4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unrar4 -# Date created: 30 May 2011 -# Whom: Joris Vandalon -# +# Created by: Joris Vandalon # $FreeBSD$ -# PORTNAME= libunrar4 PORTVERSION= 4.2.4 @@ -16,7 +12,8 @@ COMMENT= Library to work with RAR archives WRKSRC= ${WRKDIR}/unrar -USE_GMAKE= yes +USES= gmake +MAKE_ARGS= CC="${CC}" CXX="${CXX}" MAKEFILE= makefile.unix ALL_TARGET= lib USE_LDCONFIG= yes |