diff options
Diffstat (limited to 'converters/fpc-iconvenc/Makefile')
-rw-r--r-- | converters/fpc-iconvenc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/converters/fpc-iconvenc/Makefile b/converters/fpc-iconvenc/Makefile index 19f620dd7442..f3d06c159e97 100644 --- a/converters/fpc-iconvenc/Makefile +++ b/converters/fpc-iconvenc/Makefile @@ -1,7 +1,6 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= converters lang PKGNAMESUFFIX= -iconvenc @@ -14,7 +13,4 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -# added to main port to make it compile on 10 with iconv in libc -#USES= iconv - .include "${MASTERDIR}/Makefile" |