aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-19 11:28:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-19 11:28:27 +0000
commit9de1ccd1971e2790ab68f14b18f43ed845f3cd22 (patch)
treefb765c01693f0d3dc209195d2c828133f38a521f /net-mgmt
parent2ce1770c17741fa50901fd0a8c3b68659edab4b8 (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-flowtools/Makefile2
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