aboutsummaryrefslogtreecommitdiff
path: root/devel/gearmand
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2011-09-23 22:26:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2011-09-23 22:26:39 +0000
commit6f6fbe4bdf9851de1eb6ebef5287e3007846045e (patch)
tree3b556699991305af672fba96e0e8b6bb88bcc7da /devel/gearmand
parent86f8cde1da39aadc3efbc11e60998d886c86c36e (diff)
downloadports-6f6fbe4bdf9851de1eb6ebef5287e3007846045e.tar.gz
ports-6f6fbe4bdf9851de1eb6ebef5287e3007846045e.zip
Notes
Diffstat (limited to 'devel/gearmand')
-rw-r--r--devel/gearmand/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile
index d11ad707eb0c..363194dc5b9f 100644
--- a/devel/gearmand/Makefile
+++ b/devel/gearmand/Makefile
@@ -149,11 +149,11 @@ MAN8= gearmand.8
# This hack is required for the test programs invoked by configure,
# in the event that libmemcached was compiled with SASL support.
.if exists(${LOCALBASE}/lib/libsasl.so)
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lsasl"
+LDFLAGS+= -L${LOCALBASE}/lib -lsasl
.elif exists(${LOCALBASE}/lib/libsasl2.a)
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lsasl2"
+LDFLAGS+= -L${LOCALBASE}/lib -lsasl2
.else
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
+LDFLAGS+= -L${LOCALBASE}/lib
.endif
.ifdef(WITH_DRIZZLE)