diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2009-05-14 12:06:22 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2009-05-14 12:06:22 +0000 |
commit | 021918ed323a4ebc7247f16e0c6e9c191a5712b8 (patch) | |
tree | 03cb252229fd58b78511ddd6a586bdc6b3d4ca1f /net/quagga | |
parent | 1ebd8b8869da1ca0759e1069a89fcc02b1e81829 (diff) | |
download | ports-021918ed323a4ebc7247f16e0c6e9c191a5712b8.tar.gz ports-021918ed323a4ebc7247f16e0c6e9c191a5712b8.zip |
Notes
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index fb516807917a..9c64b4009bf6 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -42,6 +42,7 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \ .include <bsd.port.pre.mk> +CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644 CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ |