diff options
Diffstat (limited to 'archivers/unrar-iconv/Makefile')
-rw-r--r-- | archivers/unrar-iconv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/unrar-iconv/Makefile b/archivers/unrar-iconv/Makefile index 01f765eb8c0c..db3dacb359ba 100644 --- a/archivers/unrar-iconv/Makefile +++ b/archivers/unrar-iconv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: unrar-iconv -# Date created: 18 Oct 2007 -# Whom: Yarodin <yarodin@gmail.com> -# +# Created by: Yarodin <yarodin@gmail.com> # $FreeBSD$ -# PKGNAMESUFFIX= -iconv @@ -13,6 +9,7 @@ MASTERDIR= ${.CURDIR}/../unrar EXTRA_PATCHES= ${.CURDIR}/files/patch-iconv +NO_STAGE= yes CPPFLAGS+= -DWITH_ICONV -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} USES+= iconv |