aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-20 06:35:28 +0800
committerkris <kris@FreeBSD.org>2003-04-20 06:35:28 +0800
commite06ddfb0ed09817724d16b52854b5db39bf37b1f (patch)
tree128d877a83fb3798d553d388c478b33181da2bac /Mk/bsd.port.mk
parentadaa4cca55c99964de07560e09c371e5763df8e9 (diff)
downloadfreebsd-ports-gnome-e06ddfb0ed09817724d16b52854b5db39bf37b1f.tar.gz
freebsd-ports-gnome-e06ddfb0ed09817724d16b52854b5db39bf37b1f.tar.zst
freebsd-ports-gnome-e06ddfb0ed09817724d16b52854b5db39bf37b1f.zip
s/LIB_DEPENDS=/LIB_DEPENDS+=/ in the USE_GETOPT_LONG section.
Submitted by: KATO Tsuguru <tkato@prontomail.com>
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}"