diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-19 11:28:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-19 11:28:27 +0000 |
commit | 9de1ccd1971e2790ab68f14b18f43ed845f3cd22 (patch) | |
tree | fb765c01693f0d3dc209195d2c828133f38a521f /net-mgmt | |
parent | 2ce1770c17741fa50901fd0a8c3b68659edab4b8 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-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 18df7fa51417..a064bc604f97 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 -fPIC +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib USE_PYTHON= yes USE_PYDISTUTILS= yes |