diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 11:25:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-08 11:25:26 +0000 |
commit | 4c968c66e944108aba8dbef5cea06b2aaa317f4d (patch) | |
tree | e7842d6b04423e3e5cb03320fec3e1032251f3cc /net-mgmt/py-flowtools | |
parent | 22688708c45d2e3696adf06dfcf11925170e2f22 (diff) | |
download | ports-4c968c66e944108aba8dbef5cea06b2aaa317f4d.tar.gz ports-4c968c66e944108aba8dbef5cea06b2aaa317f4d.zip |
Notes
Diffstat (limited to 'net-mgmt/py-flowtools')
-rw-r--r-- | net-mgmt/py-flowtools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/py-flowtools/Makefile b/net-mgmt/py-flowtools/Makefile index a064bc604f97..18df7fa51417 100644 --- a/net-mgmt/py-flowtools/Makefile +++ b/net-mgmt/py-flowtools/Makefile @@ -17,7 +17,7 @@ COMMENT= Python extension module for reading flow-tools' data BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC USE_PYTHON= yes USE_PYDISTUTILS= yes |