diff options
Diffstat (limited to 'devel/fpc-bfd/Makefile')
-rw-r--r-- | devel/fpc-bfd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/fpc-bfd/Makefile b/devel/fpc-bfd/Makefile index fb49bcd4e38e..cac28735d032 100644 --- a/devel/fpc-bfd/Makefile +++ b/devel/fpc-bfd/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -bfd @@ -14,10 +14,11 @@ COMMENT= Free Pascal interface for the GNU Binary Format description BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils -RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +OPTIONS= LIBBFD "Install Universal BFD library from GNU binutils" on + .include "${MASTERDIR}/Makefile" |