deve/fpc-bfd: remove the useless options

I just noticed this port has an "option" to use binutils, which is on by
default, but turning it off would break the port.  Moreover, the option
makes no sense, the entire point of the port is to create an interface
to libbfd.  I can only imaging the option was meant to switch between the
standalone libbfd and the one in devel/binutils.  Let's just get rid of
the whole confusing thing.  devel/binutils is a hardcoded run-depends now.
This commit is contained in:
John Marino 2015-12-21 17:29:59 +00:00
parent d99bb6d203
commit 8dd88feb3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404139

View file

@ -2,8 +2,8 @@
# $FreeBSD$
CATEGORIES= devel lang
PORTREVISION= 2
PKGNAMESUFFIX= -bfd
PORTREVISION= 1
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface for the GNU Binary Format description
@ -14,10 +14,6 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBBFD
LIBBFD_DESC= Install Universal BFD library from GNU binutils
OPTIONS_DEFAULT= LIBBFD
LIBBFD_RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils
RUN_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/binutils
.include "${MASTERDIR}/Makefile"