diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-06 09:33:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-06 09:33:27 +0000 |
commit | 218d2388e33d45ddab6c6a9fee2c35090580c96b (patch) | |
tree | 9dca159f774f3cef43823711c4cb5ae0caf25ce0 /net/xtraceroute/Makefile | |
parent | 3bd1feafc5d044aa52f050930b5dea74b08ac7ad (diff) | |
download | ports-218d2388e33d45ddab6c6a9fee2c35090580c96b.tar.gz ports-218d2388e33d45ddab6c6a9fee2c35090580c96b.zip |
Notes
Diffstat (limited to 'net/xtraceroute/Makefile')
-rw-r--r-- | net/xtraceroute/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index c6cab6da2fa2..9cf7ea8e50b2 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \ --with-lib-GL \ --with-host=${LOCALBASE}/bin/host CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" DATAFILES= ndg_files.tar.gz |