diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-20 09:56:52 +0000 |
commit | 9fc1c4fe89616480338adc0d98d5b1f0e4175302 (patch) | |
tree | a1c4a73130cdd2f28d9877c9ed4e5fc54d9c25ae /net/morebalance | |
parent | 59ffb51d2c9fc8f60995b11aee6533f8bdb126c2 (diff) |
Notes
Diffstat (limited to 'net/morebalance')
-rw-r--r-- | net/morebalance/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/morebalance/Makefile b/net/morebalance/Makefile index 3d2ad7b1db44..4a668f41fa0d 100644 --- a/net/morebalance/Makefile +++ b/net/morebalance/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre \ CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include MAKE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_GETTEXT= YES -USE_GETOPT_LONG=yes LDFLAGS+= -L${LOCALBASE}/lib -lpcre -lggz -lgnutls \ -L${LOCALBASE}/lib ${PTHREAD_LIBS} |