diff options
author | krion <krion@FreeBSD.org> | 2005-01-19 19:28:27 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-19 19:28:27 +0800 |
commit | 19c0eb9c5163bc022dbd6cd93cf49451d17dacfc (patch) | |
tree | b5fb2ae2e04d8192d160f26e638842360b335d7f | |
parent | c49bf45a69cd14a8c8a026029e8851701d5c4bd9 (diff) | |
download | freebsd-ports-gnome-19c0eb9c5163bc022dbd6cd93cf49451d17dacfc.tar.gz freebsd-ports-gnome-19c0eb9c5163bc022dbd6cd93cf49451d17dacfc.tar.zst freebsd-ports-gnome-19c0eb9c5163bc022dbd6cd93cf49451d17dacfc.zip |
Remove useless CFLAGS.
-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 |