summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-04-19 22:35:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-04-19 22:35:28 +0000
commit3888585c53fdf226a1f88ae42c5f3dca038058a5 (patch)
treec00f0cb509639808d74139d75b910c95b04c0b4d /Mk/bsd.port.mk
parentAdd smtpscan 0.3.1, a remote SMTP server version detector. (diff)
s/LIB_DEPENDS=/LIB_DEPENDS+=/ in the USE_GETOPT_LONG section.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=79318
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index dce0ea00fafe..cbce6b05007d 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1259,7 +1259,7 @@ BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
.if defined(USE_GETOPT_LONG)
.if ${OSVERSION} < 500041
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"