aboutsummaryrefslogtreecommitdiff
path: root/net/licq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-31 03:05:43 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-31 03:05:43 +0000
commite1fc3734a0cdee9c4d308c6506969eead9846c47 (patch)
tree773a6c7bb37b99cd69fa94efa09f288cb13b307b /net/licq
parent7c5c64f24161a315d84f87db0d48b5e36544e73c (diff)
downloadports-e1fc3734a0cdee9c4d308c6506969eead9846c47.tar.gz
ports-e1fc3734a0cdee9c4d308c6506969eead9846c47.zip
- don't clobber any given LDFLAGS
conflitcs with bsd.openssl.mk
Notes
Notes: svn path=/head/; revision=88157
Diffstat (limited to 'net/licq')
-rw-r--r--net/licq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile
index aecde4ae98f7..25f4580a380e 100644
--- a/net/licq/Makefile
+++ b/net/licq/Makefile
@@ -28,7 +28,8 @@ CONFIGURE_ARGS+=--program-transform-name=s,y,y,
.if defined(WITH_SOCKS)
CONFIGURE_ARGS+=--enable-socks5
CONFIGURE_ARGS+=--with-socks5-inc=${LOCALBASE}/include
-CONFIGURE_ENV+= LDFLAGS=-L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.endif
.if !defined(WITHOUT_OPENSSL)